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-06T05:52:02.612Z||main|||||INFO|500||The following profiles are active: basic 2022-07-06T05:52:13.989Z||main|||||INFO|500||Starting service [Tomcat] 2022-07-06T05:52:13.990Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-07-06T05:52:14.163Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-07-06T05:52:18.776Z||main|||||INFO|500||catdb-pool - Starting... 2022-07-06T05:52:19.181Z||main|||||INFO|500||catdb-pool - Start completed. 2022-07-06T05:52:19.629Z||main|||||INFO|500||reqdb-pool - Starting... 2022-07-06T05:52:19.640Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-07-06T05:52:19.766Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-07-06T05:52:19.969Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-07-06T05:52:20.608Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-07-06T05:52:22.628Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-06T05:52:25.210Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-06T05:52:25.268Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-07-06T05:52:25.886Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-06T05:52:26.105Z||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-06T05:52:27.312Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-06T05:52:28.428Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-07-06T05:52:28.448Z||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$$d1dad29b.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-06T05:52:28.449Z||main|||||WARN|500||The sdc end point is not alive 2022-07-06T05:52:31.361Z||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-06T05:52:34.317Z||main|||||WARN|500||--- 2022-07-06T05:52:34.318Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-07-06T05:52:34.318Z||main|||||WARN|500||--- 2022-07-06T05:52:34.766Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-07-06T05:52:39.395Z||main|||||INFO|500||Started Application in 40.203 seconds (JVM running for 42.293) 2022-07-06T05:52:39.407Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-06T05:52:39.410Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-06T05:52:39.426Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-06T05:52:39.458Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-06T05:52:39.508Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e4aca28d-410d-440e-817c-136da329b817 url= /sdc/v1/artifactTypes 2022-07-06T05:52:39.508Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-06T05:52:40.624Z||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.30.243] 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$$d8e58d08.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-06T05:52:40.631Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69d5eef5 2022-07-06T05:52:40.631Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-06T05:52:40.660Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-06T05:52:40.663Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-06T05:52:40.667Z||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$$d8e58d08.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-06T05:53:29.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-06T05:53:29.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-06T05:53:29.390Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-06T05:53:29.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-06T05:53:29.401Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4094d68-9809-486a-bcae-defb9bbf3f8f url= /sdc/v1/artifactTypes 2022-07-06T05:53:29.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-06T05:53:30.452Z||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.30.243] 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$$d8e58d08.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-06T05:53:30.453Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61f651ba 2022-07-06T05:53:30.453Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-06T05:53:30.454Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-06T05:53:30.454Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-06T05:53:30.455Z||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$$d8e58d08.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-06T05:54:19.390Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-06T05:54:19.392Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-06T05:54:19.392Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-06T05:54:19.396Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-06T05:54:19.404Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d0eda37d-02d8-444f-9d47-0034643b65ad url= /sdc/v1/artifactTypes 2022-07-06T05:54:19.404Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-06T05:54:20.430Z||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.30.243] 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$$d8e58d08.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-06T05:54:20.431Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@659e6a5a 2022-07-06T05:54:20.432Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-06T05:54:20.432Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-06T05:54:20.433Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-06T05:54:20.434Z||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$$d8e58d08.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-06T05:55:09.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-06T05:55:09.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-06T05:55:09.391Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-06T05:55:09.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-06T05:55:09.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 50bd0035-efea-4d8f-8209-b925532bf9be url= /sdc/v1/artifactTypes 2022-07-06T05:55:09.400Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-06T05:55:10.446Z||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.30.243] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d8e58d08.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-07-06T05:55:10.447Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@367cb55b 2022-07-06T05:55:10.447Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-06T05:55:10.448Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-06T05:55:10.448Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-06T05:55:10.449Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d8e58d08.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-07-06T05:55:59.391Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-06T05:55:59.394Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-06T05:55:59.394Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-06T05:55:59.397Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-06T05:55:59.402Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f71e8b95-4806-49cb-a6ee-f55f93c1dbad url= /sdc/v1/artifactTypes 2022-07-06T05:55:59.403Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-06T05:55:59.665Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-07-06T05:55:59.678Z||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-06T05:55:59.707Z||scheduling-1|||||DEBUG|500||create keys 2022-07-06T05:55:59.719Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-07-06T05:55:59.749Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T05:55:59.769Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f669574e-a063-47c6-88d6-e6327ae1c2f2 url= /sdc/v1/registerForDistribution 2022-07-06T05:55:59.878Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f669574e-a063-47c6-88d6-e6327ae1c2f2 url= /sdc/v1/registerForDistribution 2022-07-06T05:55:59.878Z||scheduling-1|||||INFO|500||start DistributionClient 2022-07-06T05:55:59.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T05:55:59.889Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T05:55:59.896Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-07-06T05:55:59.898Z||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-06T05:55:59.898Z||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-06T05:55:59.899Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T05:55:59.899Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T05:56:10.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T05:56:10.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T05:56:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T05:56:59.886Z||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-06T05:56:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T05:56:59.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T05:56:59.889Z||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-06T05:56:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T05:57:09.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T05:57:09.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T05:57:59.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T05:57:59.886Z||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-06T05:57:59.887Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T05:57:59.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T05:57:59.889Z||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-06T05:57:59.890Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T05:58:09.445Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T05:58:09.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T05:58:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T05:58:59.886Z||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-06T05:58:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T05:58:59.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T05:58:59.889Z||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-06T05:58:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T05:59:09.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T05:59:09.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T05:59:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T05:59:59.886Z||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-06T05:59:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T05:59:59.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T05:59:59.888Z||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-06T05:59:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:00:09.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:00:09.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:00:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:00:59.886Z||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-06T06:00:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:00:59.887Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:00:59.888Z||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-06T06:00:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:01:09.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:01:09.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:01:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:01:59.886Z||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-06T06:01:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:01:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:01:59.888Z||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-06T06:01:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:02:09.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:02:09.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:02:15.378Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-07-06T06:02:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:02:59.886Z||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-06T06:02:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:02:59.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:02:59.889Z||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-06T06:02:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:03:09.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:03:09.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:03:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:03:59.886Z||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-06T06:03:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:03:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:03:59.888Z||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-06T06:03:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:04:09.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:04:09.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:04:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:04:59.886Z||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-06T06:04:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:04:59.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:04:59.889Z||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-06T06:04:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:05:09.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:05:09.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:05:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:05:59.886Z||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-06T06:05:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:05:59.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:05:59.888Z||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-06T06:05:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:06:09.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:06:09.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:06:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:06:59.886Z||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-06T06:06:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:06:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:06:59.888Z||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-06T06:06:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:07:09.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:07:09.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:07:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:07:59.887Z||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-06T06:07:59.887Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:07:59.887Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:07:59.888Z||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-06T06:07:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:08:09.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:08:09.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:08:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:08:59.886Z||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-06T06:08:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:08:59.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:08:59.888Z||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-06T06:08:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:09:09.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:09:09.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:09:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:09:59.886Z||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-06T06:09:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:09:59.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:09:59.888Z||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-06T06:09:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:10:09.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:10:09.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:10:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:10:59.887Z||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-06T06:10:59.887Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:10:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:10:59.888Z||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-06T06:10:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:11:09.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:11:09.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:11:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:11:59.887Z||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-06T06:11:59.887Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:11:59.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:11:59.889Z||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-06T06:11:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:12:09.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:12:09.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:12:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:12:59.887Z||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-06T06:12:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:12:59.887Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:12:59.888Z||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-06T06:12:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:13:09.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:13:09.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:13:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:13:59.886Z||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-06T06:13:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:13:59.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:13:59.888Z||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-06T06:13:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:14:09.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:14:09.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:14:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:14:59.886Z||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-06T06:14:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:14:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:14:59.888Z||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-06T06:14:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:15:09.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:15:09.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:15:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:15:59.886Z||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-06T06:15:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:15:59.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:15:59.888Z||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-06T06:15:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:16:09.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:16:09.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:16:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:16:59.886Z||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-06T06:16:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:16:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:16:59.888Z||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-06T06:16:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:17:09.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:17:09.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:17:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:17:59.886Z||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-06T06:17:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:17:59.887Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:17:59.888Z||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-06T06:17:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:18:09.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:18:09.431Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:18:59.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:18:59.886Z||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-06T06:18:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:18:59.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:18:59.889Z||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-06T06:18:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:19:09.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:19:09.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:19:59.885Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:19:59.886Z||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-06T06:19:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:19:59.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:19:59.888Z||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-06T06:19:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:20:09.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:20:09.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:20:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:20:59.886Z||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-06T06:20:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:20:59.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:20:59.889Z||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-06T06:20:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:21:09.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:21:09.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:21:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:21:59.886Z||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-06T06:21:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:21:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:21:59.889Z||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-06T06:21:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:22:09.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:22:09.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:22:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:22:59.886Z||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-06T06:22:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:22:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:22:59.888Z||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-06T06:22:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:23:09.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:23:09.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:23:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:23:59.886Z||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-06T06:23:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:23:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:23:59.888Z||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-06T06:23:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:24:09.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:24:09.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:24:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:24:59.886Z||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-06T06:24:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:24:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:24:59.888Z||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-06T06:24:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:25:09.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:25:09.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:25:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:25:59.886Z||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-06T06:25:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:25:59.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:25:59.888Z||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-06T06:25:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:26:09.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:26:09.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:26:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:26:59.886Z||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-06T06:26:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:26:59.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:26:59.888Z||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-06T06:26:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:27:09.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:27:09.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:27:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:27:59.886Z||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-06T06:27:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:27:59.887Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:27:59.888Z||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-06T06:27:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:28:09.433Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:28:09.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:28:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:28:59.886Z||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-06T06:28:59.887Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:28:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:28:59.888Z||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-06T06:28:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:29:09.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:29:09.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:29:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:29:59.886Z||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-06T06:29:59.887Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:29:59.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:29:59.888Z||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-06T06:29:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:30:09.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:30:09.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:30:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:30:59.886Z||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-06T06:30:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:30:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:30:59.888Z||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-06T06:30:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:31:09.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:31:09.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:31:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:31:59.886Z||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-06T06:31:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:31:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:31:59.888Z||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-06T06:31:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:32:09.432Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:32:09.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:32:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:32:59.886Z||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-06T06:32:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:32:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:32:59.888Z||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-06T06:32:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:33:09.442Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:33:09.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:33:59.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:33:59.886Z||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-06T06:33:59.887Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:33:59.889Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:33:59.890Z||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-06T06:33:59.891Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:34:09.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:34:09.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:34:59.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:34:59.886Z||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-06T06:34:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:34:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:34:59.888Z||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-06T06:34:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:35:09.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:35:09.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:35:59.885Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:35:59.886Z||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-06T06:35:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:35:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:35:59.888Z||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-06T06:35:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:36:09.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:36:09.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:36:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:36:59.886Z||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-06T06:36:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:36:59.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:36:59.888Z||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-06T06:36:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:37:09.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:37:09.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:37:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:37:59.886Z||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-06T06:37:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:37:59.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:37:59.893Z||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-06T06:37:59.893Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:38:09.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:38:09.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:38:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:38:59.886Z||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-06T06:38:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:38:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:38:59.888Z||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-06T06:38:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:39:09.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:39:09.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:39:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:39:59.886Z||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-06T06:39:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:39:59.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:39:59.890Z||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-06T06:39:59.891Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:40:09.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:40:09.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:40:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:40:59.886Z||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-06T06:40:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:40:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:40:59.888Z||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-06T06:40:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:41:09.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:41:09.444Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:41:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:41:59.886Z||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-06T06:41:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:41:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:41:59.888Z||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-06T06:41:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:42:09.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:42:09.453Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:42:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:42:59.886Z||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-06T06:42:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:42:59.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:42:59.888Z||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-06T06:42:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:43:09.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:43:09.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:43:59.885Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:43:59.886Z||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-06T06:43:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:43:59.887Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:43:59.889Z||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-06T06:43:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:44:09.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:44:09.457Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:44:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:44:59.886Z||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-06T06:44:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:44:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:44:59.888Z||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-06T06:44:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:45:09.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:45:09.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:45:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:45:59.886Z||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-06T06:45:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:45:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:45:59.888Z||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-06T06:45:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:46:09.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:46:09.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:46:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:46:59.886Z||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-06T06:46:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:46:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:46:59.888Z||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-06T06:46:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:47:09.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:47:09.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:47:59.885Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:47:59.886Z||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-06T06:47:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:47:59.887Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:47:59.888Z||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-06T06:47:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:00.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:00.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "ves-openapi-manager", "timestamp": 1657090063220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "multicloud-k8s-id", "timestamp": 1657090063604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "aai-ml", "timestamp": 1657090067575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "cds", "timestamp": 1657090063575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "multicloud-k8s-id", "timestamp": 1657090063604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "NOTIFIED" } 2022-07-06T06:48:00.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "ves-openapi-manager", "timestamp": 1657090063220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "aai-ml", "timestamp": 1657090067575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "cds", "timestamp": 1657090063575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "ves-openapi-manager", "timestamp": 1657090063220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "multicloud-k8s-id", "timestamp": 1657090063604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-06T06:48:00.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "aai-ml", "timestamp": 1657090067575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "cds", "timestamp": 1657090063575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "ves-openapi-manager", "timestamp": 1657090063220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "aai-ml", "timestamp": 1657090067575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "multicloud-k8s-id", "timestamp": 1657090063604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "cds", "timestamp": 1657090063575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "ves-openapi-manager", "timestamp": 1657090063220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "aai-ml", "timestamp": 1657090067575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "multicloud-k8s-id", "timestamp": 1657090063604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-06T06:48:00.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "cds", "timestamp": 1657090063575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "aai-ml", "timestamp": 1657090067575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "ves-openapi-manager", "timestamp": 1657090063220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "multicloud-k8s-id", "timestamp": 1657090063604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "cds", "timestamp": 1657090063575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "aai-ml", "timestamp": 1657090067575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:48:00.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "ves-openapi-manager", "timestamp": 1657090063220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "multicloud-k8s-id", "timestamp": 1657090063604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:48:00.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "cds", "timestamp": 1657090063575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:48:00.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "multicloud-k8s-id", "timestamp": 1657090077282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T06:48:00.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:48:00.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "cds", "timestamp": 1657090077245, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:48:00.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:48:00.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "aai-ml", "timestamp": 1657090076108, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:48:00.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:48:00.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "cds", "timestamp": 1657090078279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-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-06T06:48:00.299Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d70f5b0-a0c2-4380-aece-6979102cb33e 2022-07-06T06:48:00.317Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:48:00.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "multicloud-k8s-id", "timestamp": 1657090078524, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T06:48:00.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:48:00.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "multicloud-k8s-id", "timestamp": 1657090079686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-06T06:48:00.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:48:00.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "clamp", "timestamp": 1657090079495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "policy-id", "timestamp": 1657090079768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "multicloud-k8s-id", "timestamp": 1657090080798, "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-06T06:48:00.356Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d70f5b0-a0c2-4380-aece-6979102cb33e 2022-07-06T06:48:00.356Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:48:00.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "clamp", "timestamp": 1657090079495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "NOTIFIED" } 2022-07-06T06:48:00.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:48:00.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:00.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T06:48:00.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d70f5b0-a0c2-4380-aece-6979102cb33e","serviceName":"vFW 2022-07-06 06-46-11","serviceVersion":"1.0","serviceUUID":"da7354d4-1699-47dc-8c5b-9d1c1c585aa6","serviceDescription":"catalog service description","serviceInvariantUUID":"0dd4c436-0098-40d1-a2ea-b40148342652","resources":[{"resourceInstanceName":"vFW eb4d7aa4-81fe 0","resourceName":"vFW eb4d7aa4-81fe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fb54b4e3-69a2-45a2-8389-4bcabbbe3538","resourceInvariantUUID":"eb0f119e-0ef5-4468-aed7-45fdb4d29c21","resourceCustomizationUUID":"ecf452e4-f46f-48d7-98f1-78f1bc8c6f59","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml","artifactChecksum":"MjQyMTE5Yzc1OGJmNWQ3MzI1YmU1ZTQzM2I4YjYwMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"848bd080-1f57-4f2d-a195-16d1582f0959","artifactVersion":"1"},{"artifactName":"vfweb4d7aa481fe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json","artifactChecksum":"Y2VhMzYyOThjZjg0YWUzYTg0MTZlNDIzMjA5NWQxYjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f721ee45-2f8e-4207-a31b-c95a74f21db9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cbffe4b5-206a-43ab-9d14-d63a5866f069","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU5NmE2ZTk2NDQ4Y2JhOTA1ODA2NmM0ZTk1MTZmMTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f0a301f6-b02b-4910-a5dd-3f5cc234a2ba","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"57527ff3-bc5a-4b88-8894-51cbe1d10d90","artifactVersion":"2","generatedFromUUID":"cbffe4b5-206a-43ab-9d14-d63a5866f069"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220706064611-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml","artifactChecksum":"YWUzYmE5MGMzNmJiN2UzNDY1NzQ2MTkyMTk2OGVjMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ac6831d-10d7-4d17-8bd6-eff9c5a14635","artifactVersion":"1"},{"artifactName":"service-Vfw20220706064611-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar","artifactChecksum":"YTBhMGFkODczNzJiNDM1YzIyOTg4ZmZjNWRlMDJmMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c3e4572-e33c-4453-b73b-ef9180ab1309","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-06T06:48:00.526Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:48:00.532Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:00.542Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:00.542Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:00.642Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-07-06T06:48:00.646Z||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-06T06:48:00.647Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:00.659Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:00.659Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:48:01.549Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:48:01.549Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:01.551Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:01.551Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "NOTIFIED" } 2022-07-06T06:48:01.651Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T06:48:01.653Z||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-06T06:48:01.653Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:01.701Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:01.702Z||pool-4-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":34,"count":1} 2022-07-06T06:48:02.552Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:48:02.553Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:02.555Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:02.555Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-06T06:48:02.655Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:48:02.656Z||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-06T06:48:02.657Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:02.671Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:02.671Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:48:03.556Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:48:03.558Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:03.560Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:03.560Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:03.661Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T06:48:03.662Z||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-06T06:48:03.662Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:03.677Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:03.678Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-06T06:48:04.561Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:48:04.562Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:04.564Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:04.564Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-06T06:48:04.664Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:48:04.665Z||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-06T06:48:04.665Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:04.686Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:04.686Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:48:05.565Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:48:05.565Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:05.568Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:05.568Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:05.668Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:48:05.669Z||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-06T06:48:05.669Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:05.685Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:05.686Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:48:06.568Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:48:06.569Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:06.572Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:06.572Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:48:06.672Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T06:48:06.674Z||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-06T06:48:06.674Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:06.688Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:06.688Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-06T06:48:07.575Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "serviceName": "vFW 2022-07-06 06-46-11", "serviceVersion": "1.0", "serviceUUID": "da7354d4-1699-47dc-8c5b-9d1c1c585aa6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0dd4c436-0098-40d1-a2ea-b40148342652", "resources": [ { "resourceInstanceName": "vFW eb4d7aa4-81fe 0", "resourceCustomizationUUID": "ecf452e4-f46f-48d7-98f1-78f1bc8c6f59", "resourceName": "vFW eb4d7aa4-81fe", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fb54b4e3-69a2-45a2-8389-4bcabbbe3538", "resourceInvariantUUID": "eb0f119e-0ef5-4468-aed7-45fdb4d29c21", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfweb4d7aa481fe0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "artifactChecksum": "Y2VhMzYyOThjZjg0YWUzYTg0MTZlNDIzMjA5NWQxYjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f721ee45-2f8e-4207-a31b-c95a74f21db9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "cbffe4b5-206a-43ab-9d14-d63a5866f069", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "57527ff3-bc5a-4b88-8894-51cbe1d10d90", "generatedFromUUID": "cbffe4b5-206a-43ab-9d14-d63a5866f069" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "57527ff3-bc5a-4b88-8894-51cbe1d10d90", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220706064611-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "artifactChecksum": "YTBhMGFkODczNzJiNDM1YzIyOTg4ZmZjNWRlMDJmMTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c3e4572-e33c-4453-b73b-ef9180ab1309" } ], "workloadContext": "Production" } 2022-07-06T06:48:07.576Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-06T06:48:07.576Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da7354d4-1699-47dc-8c5b-9d1c1c585aa6 ASDC 2022-07-06T06:48:07.732Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:2d70f5b0-a0c2-4380-aece-6979102cb33e ServiceName:vFW 2022-07-06 06-46-11 ServiceVersion:1.0 ServiceUUID:da7354d4-1699-47dc-8c5b-9d1c1c585aa6 ServiceInvariantUUID:0dd4c436-0098-40d1-a2ea-b40148342652 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220706064611-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar ArtifactUUID:2c3e4572-e33c-4453-b73b-ef9180ab1309 ArtifactChecksum:YTBhMGFkODczNzJiNDM1YzIyOTg4ZmZjNWRlMDJmMTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW eb4d7aa4-81fe 0 ResourceCustomizationUUID:ecf452e4-f46f-48d7-98f1-78f1bc8c6f59 ResourceInvariantUUID:eb0f119e-0ef5-4468-aed7-45fdb4d29c21 ResourceName:vFW eb4d7aa4-81fe ResourceType:VF ResourceUUID:fb54b4e3-69a2-45a2-8389-4bcabbbe3538 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfweb4d7aa481fe0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json ArtifactUUID:f721ee45-2f8e-4207-a31b-c95a74f21db9 ArtifactChecksum:Y2VhMzYyOThjZjg0YWUzYTg0MTZlNDIzMjA5NWQxYjA= 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/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml ArtifactUUID:cbffe4b5-206a-43ab-9d14-d63a5866f069 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/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env ArtifactUUID:57527ff3-bc5a-4b88-8894-51cbe1d10d90 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/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env ArtifactUUID:57527ff3-bc5a-4b88-8894-51cbe1d10d90 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-06T06:48:07.733Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da7354d4-1699-47dc-8c5b-9d1c1c585aa6 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-06T06:48:07.788Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T06:48:07.789Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T06:48:07.791Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T06:48:07.791Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2c3e4572-e33c-4453-b73b-ef9180ab1309 from URL: /sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:07.791Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T06:48:07.792Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:07.908Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T06:48:07.936Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar 2c3e4572-e33c-4453-b73b-ef9180ab1309 98991 2022-07-06T06:48:07.937Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar ASDC sendASDCNotification 2022-07-06T06:48:07.937Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:07.938Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T06:48:07.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:07.942Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:07.942Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090087936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:48:08.043Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T06:48:08.044Z||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-06T06:48:08.045Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:08.061Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:08.062Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:48:08.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T06:48:08.944Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T06:48:08.945Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2c3e4572-e33c-4453-b73b-ef9180ab1309, URL: /sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar to file: /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:08.946Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220706064611-csar.csar 2022-07-06T06:48:09.024Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:09.024Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:09.779Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11289075232302743041/Definitions/service-Vfw20220706064611-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-07-06T06:48:12.878Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-06T06:48:12.888Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-06T06:48:12.888Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.889Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-07-06T06:48:12.889Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.889Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.890Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.890Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.890Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.891Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.891Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.891Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.891Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.892Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.892Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.892Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eb4d7aa4-81fe 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-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.893Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:12.893Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-06T06:48:12.903Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.906Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:12.913Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria 2022-07-06T06:48:12.914Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-06T06:48:12.916Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T06:48:12.918Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.918Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:12.918Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria 2022-07-06T06:48:12.919Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-06T06:48:12.919Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T06:48:12.920Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.920Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:12.925Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.926Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria 2022-07-06T06:48:12.926Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-06T06:48:12.926Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-06T06:48:12.926Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-06T06:48:12.927Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-06T06:48:12.927Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:12.927Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-06T06:48:12.927Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-06T06:48:12.928Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-06T06:48:12.928Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-06T06:48:12.928Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-06T06:48:12.928Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:12.929Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-06T06:48:12.929Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:12.929Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-06T06:48:12.929Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-06T06:48:12.930Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-06T06:48:12.930Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.930Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-06T06:48:12.932Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.932Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria 2022-07-06T06:48:12.932Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:48:12.933Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.933Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria 2022-07-06T06:48:12.933Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:48:12.934Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.934Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria 2022-07-06T06:48:12.934Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:48:12.935Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.935Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria 2022-07-06T06:48:12.935Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-06T06:48:12.935Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-06T06:48:12.936Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-06T06:48:12.936Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-06T06:48:12.936Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-06T06:48:12.936Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-06T06:48:12.937Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:12.937Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-06T06:48:12.937Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:12.937Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-06T06:48:12.938Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-06T06:48:12.938Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1a45146a-09ba-4010-b921-7766943c67ab 2022-07-06T06:48:12.938Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.938Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria 2022-07-06T06:48:12.939Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-06T06:48:12.939Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-06T06:48:12.939Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-06T06:48:12.939Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-06T06:48:12.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:12.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-06T06:48:12.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-06T06:48:12.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-06T06:48:12.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-06T06:48:12.940Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:12.941Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-06T06:48:12.941Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-06T06:48:12.941Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d94fed6-7ab3-4940-98b2-6e87393d48be 2022-07-06T06:48:12.942Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.942Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria 2022-07-06T06:48:12.942Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-06T06:48:12.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-06T06:48:12.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-06T06:48:12.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-06T06:48:12.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:12.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-06T06:48:12.943Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-06T06:48:12.944Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-06T06:48:12.944Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-06T06:48:12.944Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-06T06:48:12.944Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:12.944Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-06T06:48:12.945Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9a0dc647-419c-45d6-812a-a74e13b0221c 2022-07-06T06:48:12.945Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.945Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:12.945Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.945Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:12.946Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.946Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:12.946Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:12.946Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:12.946Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-07-06 06-46-11 Description:catalog service description Model UUID:da7354d4-1699-47dc-8c5b-9d1c1c585aa6 Model Version:NULL Model InvariantUuid:0dd4c436-0098-40d1-a2ea-b40148342652 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW eb4d7aa4-81fe Model UUID:76e80b2d-109b-4df7-9a40-32cbca78283c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:eb0f119e-0ef5-4468-aed7-45fdb4d29c21 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ecf452e4-f46f-48d7-98f1-78f1bc8c6f59 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cf1cc644-f0f2-4f7e-91b0-036e30d0233c ModelName:VfwEb4d7aa481fe..base_vfw..module-0 ModelUuid:d365ad9b-0eb4-4ea1-bd1e-b19c80623d49 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1a45146a-09ba-4010-b921-7766943c67ab ModelInvariantUuid:add90179-2a61-41c3-9526-286cd27753ec ModelName:vFW eb4d7aa4-81fe-nodes.vfwCvfc ModelUuid:236c6bcd-d04d-4f00-babf-ad94423af85d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8c6453f5-14eb-4f23-b30a-18d40371236c ModelInvariantUuid:195ad4b2-444d-496e-bf78-ff913565c02c ModelName:VfwEb4d7aa481fe.compute.nodes.heat.vfw ModelUuid:e7d6a78d-040f-45bd-ab9b-bfa7162772db ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2d94fed6-7ab3-4940-98b2-6e87393d48be ModelInvariantUuid:862ccada-47f6-4ad1-83d4-66ff3cd48bdb ModelName:vFW eb4d7aa4-81fe-nodes.vsnCvfc ModelUuid:8fa92f9e-9a9d-4cd2-800d-0a5d32cd5d5d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:04b1c714-c473-4497-a5bb-8ec14d1ac9cb ModelInvariantUuid:9b9ec770-d221-4aa6-bd53-dc6107019fda ModelName:VfwEb4d7aa481fe.compute.nodes.heat.vsn ModelUuid:e6bf5be1-aca2-4a06-a1a2-1e195b2b6ee0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9a0dc647-419c-45d6-812a-a74e13b0221c ModelInvariantUuid:16dfc192-a19b-45fd-bcf7-4f8158d3d141 ModelName:vFW eb4d7aa4-81fe-nodes.vpgCvfc ModelUuid:11a3342e-b6fb-4e51-acd4-27b2bc12425b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:fba0a5ec-b057-459e-9633-b346005fa1e5 ModelInvariantUuid:57079ce9-a4c1-4de7-a482-5ec131ca87aa ModelName:VfwEb4d7aa481fe.compute.nodes.heat.vpg ModelUuid:55d35dd7-d665-45a7-bd1c-e4238c1d4b53 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-06T06:48:12.956Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fb54b4e3-69a2-45a2-8389-4bcabbbe3538 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-06T06:48:13.045Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||vFW eb4d7aa4-81fe 0 2022-07-06T06:48:13.053Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fb54b4e3-69a2-45a2-8389-4bcabbbe3538 2022-07-06T06:48:13.053Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f721ee45-2f8e-4207-a31b-c95a74f21db9 from URL: /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json 2022-07-06T06:48:13.054Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T06:48:13.054Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json 2022-07-06T06:48:13.165Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T06:48:13.166Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json f721ee45-2f8e-4207-a31b-c95a74f21db9 785 2022-07-06T06:48:13.166Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json ASDC sendASDCNotification 2022-07-06T06:48:13.166Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json 2022-07-06T06:48:13.166Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T06:48:13.167Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:13.169Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:13.169Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090093166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T06:48:13.269Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:48:13.270Z||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-06T06:48:13.270Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:13.289Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:13.289Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:48:14.171Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEb4d7aa481fe..base_vfw..module-0", "vfModuleModelInvariantUUID": "cf1cc644-f0f2-4f7e-91b0-036e30d0233c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d365ad9b-0eb4-4ea1-bd1e-b19c80623d49", "vfModuleModelCustomizationUUID": "aecb5131-af5a-4722-9a3e-77e2d0dcfe4d", "isBase": true, "artifacts": [ "cbffe4b5-206a-43ab-9d14-d63a5866f069", "57527ff3-bc5a-4b88-8894-51cbe1d10d90" ], "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-06T06:48:14.187Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEb4d7aa481fe..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d365ad9b-0eb4-4ea1-bd1e-b19c80623d49 VfModuleModelInvariantUUID:cf1cc644-f0f2-4f7e-91b0-036e30d0233c VfModuleModelDescription:NULL Artifacts UUID List:{ cbffe4b5-206a-43ab-9d14-d63a5866f069 , 57527ff3-bc5a-4b88-8894-51cbe1d10d90 } 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-06T06:48:14.190Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEb4d7aa481fe..base_vfw..module-0", "vfModuleModelInvariantUUID": "cf1cc644-f0f2-4f7e-91b0-036e30d0233c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d365ad9b-0eb4-4ea1-bd1e-b19c80623d49", "vfModuleModelCustomizationUUID": "aecb5131-af5a-4722-9a3e-77e2d0dcfe4d", "isBase": true, "artifacts": [ "cbffe4b5-206a-43ab-9d14-d63a5866f069", "57527ff3-bc5a-4b88-8894-51cbe1d10d90" ], "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-06T06:48:14.190Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEb4d7aa481fe..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d365ad9b-0eb4-4ea1-bd1e-b19c80623d49 VfModuleModelInvariantUUID:cf1cc644-f0f2-4f7e-91b0-036e30d0233c VfModuleModelDescription:NULL Artifacts UUID List:{ cbffe4b5-206a-43ab-9d14-d63a5866f069 , 57527ff3-bc5a-4b88-8894-51cbe1d10d90 } 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-06T06:48:14.190Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cbffe4b5-206a-43ab-9d14-d63a5866f069 from URL: /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml 2022-07-06T06:48:14.190Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T06:48:14.191Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml 2022-07-06T06:48:14.296Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T06:48:14.297Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml cbffe4b5-206a-43ab-9d14-d63a5866f069 20368 2022-07-06T06:48:14.298Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-06T06:48:14.298Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml 2022-07-06T06:48:14.298Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T06:48:14.298Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:14.300Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:14.300Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090094298, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T06:48:14.401Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T06:48:14.402Z||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-06T06:48:14.402Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:14.416Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:14.416Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:48:15.301Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57527ff3-bc5a-4b88-8894-51cbe1d10d90 from URL: /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env 2022-07-06T06:48:15.301Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T06:48:15.302Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env 2022-07-06T06:48:15.347Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T06:48:15.348Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env 57527ff3-bc5a-4b88-8894-51cbe1d10d90 2098 2022-07-06T06:48:15.348Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-06T06:48:15.349Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env 2022-07-06T06:48:15.349Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T06:48:15.349Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:15.352Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:15.352Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090095348, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-06T06:48:15.454Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-06T06:48:15.455Z||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-06T06:48:15.456Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:15.470Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:15.471Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:48:16.353Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: da7354d4-1699-47dc-8c5b-9d1c1c585aa6 2022-07-06T06:48:16.353Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eb4d7aa4-81fe 0 fb54b4e3-69a2-45a2-8389-4bcabbbe3538 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-06T06:48:16.389Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9fb06d0, org.onap.sdc.toscaparser.api.parameters.Input@6c9bad64, org.onap.sdc.toscaparser.api.parameters.Input@5f18f259, org.onap.sdc.toscaparser.api.parameters.Input@31130d5c, org.onap.sdc.toscaparser.api.parameters.Input@608f4028] 2022-07-06T06:48:16.393Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.393Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:16.393Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-07-06T06:48:16.393Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ecf452e4-f46f-48d7-98f1-78f1bc8c6f59 2022-07-06T06:48:16.394Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ecf452e4-f46f-48d7-98f1-78f1bc8c6f59 matches Tosca VF Customization UUID: ecf452e4-f46f-48d7-98f1-78f1bc8c6f59 2022-07-06T06:48:16.394Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ecf452e4-f46f-48d7-98f1-78f1bc8c6f59 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-06T06:48:16.400Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.401Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:16.402Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ecf452e4-f46f-48d7-98f1-78f1bc8c6f59: {\"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-06T06:48:16.402Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@710dbd1c 2022-07-06T06:48:16.403Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.403Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-06T06:48:16.404Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aecb5131-af5a-4722-9a3e-77e2d0dcfe4d 2022-07-06T06:48:16.405Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aecb5131-af5a-4722-9a3e-77e2d0dcfe4d 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-06T06:48:16.412Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.412Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria 2022-07-06T06:48:16.413Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:48:16.414Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.414Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria 2022-07-06T06:48:16.414Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:48:16.414Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.415Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria 2022-07-06T06:48:16.415Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-06T06:48:16.415Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-06T06:48:16.416Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-06T06:48:16.416Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-06T06:48:16.416Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-06T06:48:16.416Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-06T06:48:16.417Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:16.417Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-06T06:48:16.417Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:16.418Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-06T06:48:16.418Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-06T06:48:16.418Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1a45146a-09ba-4010-b921-7766943c67ab 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-06T06:48:16.426Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.426Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria 2022-07-06T06:48:16.426Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:48:16.427Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.427Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria 2022-07-06T06:48:16.428Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-06T06:48:16.428Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-06T06:48:16.428Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-06T06:48:16.428Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-06T06:48:16.429Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:16.429Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-06T06:48:16.429Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-06T06:48:16.430Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-06T06:48:16.430Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-06T06:48:16.430Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:16.430Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-06T06:48:16.431Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-06T06:48:16.431Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d94fed6-7ab3-4940-98b2-6e87393d48be 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-06T06:48:16.433Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.433Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria 2022-07-06T06:48:16.434Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:48:16.436Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.436Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is not matching search criteria 2022-07-06T06:48:16.437Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-06T06:48:16.437Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-06T06:48:16.437Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-06T06:48:16.437Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-06T06:48:16.438Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:16.438Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-06T06:48:16.438Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-06T06:48:16.439Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-06T06:48:16.440Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-06T06:48:16.440Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-06T06:48:16.441Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-06T06:48:16.441Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-06T06:48:16.441Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9a0dc647-419c-45d6-812a-a74e13b0221c 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-06T06:48:16.443Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.444Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria 2022-07-06T06:48:16.444Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:48:16.445Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.445Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Node template vFW eb4d7aa4-81fe 0 is matching search criteria 2022-07-06T06:48:16.445Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW eb4d7aa4-81fe 0] matching following query criteria: sdcType=VF, customizationUUID=ecf452e4-f46f-48d7-98f1-78f1bc8c6f59 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-06T06:48:16.447Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.448Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:16.448Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid da7354d4-1699-47dc-8c5b-9d1c1c585aa6: vFW eb4d7aa4-81fe 2022-07-06T06:48:16.448Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.449Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:16.449Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.449Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:16.450Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.450Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:16.450Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.450Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:16.451Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:48:16.451Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-06 06-46-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:48:16.451Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-07-06 06-46-11 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-06T06:48:16.691Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eb4d7aa4-81fe fb54b4e3-69a2-45a2-8389-4bcabbbe3538 1 ASDC deployResourceStructure 2022-07-06T06:48:16.691Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json ASDC sendASDCNotification 2022-07-06T06:48:16.691Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json 2022-07-06T06:48:16.692Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T06:48:16.692Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:16.694Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:16.694Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090096691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T06:48:16.794Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:48:16.796Z||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-06T06:48:16.796Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:16.813Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:16.814Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:48:17.695Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-06T06:48:17.695Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml 2022-07-06T06:48:17.695Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T06:48:17.696Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:17.697Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:17.698Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090097695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-06T06:48:17.798Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:48:17.799Z||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-06T06:48:17.799Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:17.816Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:17.817Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:48:18.699Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-06T06:48:18.699Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env 2022-07-06T06:48:18.699Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T06:48:18.699Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:18.701Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:18.701Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090098698, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-06T06:48:18.802Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:48:18.803Z||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-06T06:48:18.803Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:18.826Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:18.827Z||pool-16-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:48:19.702Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar ASDC sendASDCNotification 2022-07-06T06:48:19.703Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar 2022-07-06T06:48:19.703Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T06:48:19.703Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:48:19.705Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:48:19.705Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090099702, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T06:48:19.806Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T06:48:19.806Z||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-06T06:48:19.807Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:19.822Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:19.822Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:48:20.707Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T06:48:20.724Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:48:20.727Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T06:48:20.728Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T06:48:20.728Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T06:48:50.728Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T06:48:50.743Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:48:50.746Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T06:48:50.746Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T06:48:50.746Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T06:48:59.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:48:59.889Z||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-06T06:48:59.890Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:48:59.914Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:48:59.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:48:59.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "policy-id", "timestamp": 1657090079768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T06:48:59.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:49:20.746Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T06:49:20.759Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:49:20.761Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T06:49:20.762Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T06:49:20.762Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T06:49:50.762Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T06:49:50.773Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:49:50.777Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T06:49:50.777Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T06:49:50.777Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T06:49:59.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:49:59.889Z||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-06T06:49:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:49:59.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:49:59.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:49:59.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "multicloud-k8s-id", "timestamp": 1657090081805, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T06:49:59.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:20.777Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T06:50:20.789Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:50:20.792Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T06:50:20.792Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T06:50:20.792Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T06:50:50.792Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T06:50:50.803Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:50:50.807Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T06:50:50.807Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T06:50:50.807Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T06:50:59.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:50:59.888Z||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-06T06:50:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:50:59.916Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:50:59.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "clamp", "timestamp": 1657090079495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "policy-id", "timestamp": 1657090079768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-06T06:50:59.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "NOTIFIED" } 2022-07-06T06:50:59.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "clamp", "timestamp": 1657090079495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "policy-id", "timestamp": 1657090079768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090083038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-06T06:50:59.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "clamp", "timestamp": 1657090079495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "policy-id", "timestamp": 1657090079768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090083038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "clamp", "timestamp": 1657090079495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "policy-id", "timestamp": 1657090079768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090083038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-06T06:50:59.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "clamp", "timestamp": 1657090079495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:50:59.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "policy-id", "timestamp": 1657090079768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:50:59.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090083038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "policy-id", "timestamp": 1657090087600, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:50:59.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090083038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090079885, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:50:59.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "policy-id", "timestamp": 1657090088610, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T06:50:59.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090083038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:50:59.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090087936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:50:59.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "policy-id", "timestamp": 1657090089617, "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-06T06:50:59.935Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d70f5b0-a0c2-4380-aece-6979102cb33e 2022-07-06T06:50:59.935Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:50:59.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090083038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:50:59.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:50:59.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090090969, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:50:59.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "clamp", "timestamp": 1657090094206, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:50:59.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090093166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T06:50:59.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "clamp", "timestamp": 1657090095768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T06:50:59.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090094298, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T06:50:59.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "clamp", "timestamp": 1657090096777, "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-06T06:50:59.952Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d70f5b0-a0c2-4380-aece-6979102cb33e 2022-07-06T06:50:59.952Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:50:59.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090095348, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-06T06:50:59.959Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090096691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/vfweb4d7aa481fe0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T06:50:59.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "aai-ml", "timestamp": 1657090097357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T06:50:59.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090098638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T06:50:59.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090097695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-06T06:50:59.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "aai-ml", "timestamp": 1657090098364, "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-06T06:50:59.965Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d70f5b0-a0c2-4380-aece-6979102cb33e 2022-07-06T06:50:59.965Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:50:59.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090099647, "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-06T06:50:59.976Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d70f5b0-a0c2-4380-aece-6979102cb33e 2022-07-06T06:50:59.976Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:50:59.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090098698, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/resourceInstances/vfweb4d7aa481fe0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-06T06:50:59.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:50:59.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:50:59.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090099702, "artifactURL": "/sdc/v1/catalog/services/Vfw20220706064611/1.0/artifacts/service-Vfw20220706064611-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T06:50:59.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:51:20.808Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T06:51:20.817Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:51:20.820Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T06:51:20.820Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-06T06:51:20.821Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-06T06:51:20.821Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-06T06:51:20.821Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T06:51:20.821Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T06:51:20.821Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T06:51:20.821Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T06:51:20.822Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T06:51:20.822Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T06:51:20.822Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-06T06:51:20.826Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-06T06:51:50.827Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e 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-06T06:51:50.837Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d70f5b0-a0c2-4380-aece-6979102cb33e and serviceModelVersionId: da7354d4-1699-47dc-8c5b-9d1c1c585aa6 2022-07-06T06:51:50.837Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0dd4c436-0098-40d1-a2ea-b40148342652 2022-07-06T06:51:59.887Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:51:59.889Z||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-06T06:51:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:00.416Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:00.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "multicloud-k8s-id", "timestamp": 1657090143604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "ves-openapi-manager", "timestamp": 1657090143219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090143037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "ves-openapi-manager", "timestamp": 1657090143219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "multicloud-k8s-id", "timestamp": 1657090143604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "NOTIFIED" } 2022-07-06T06:52:00.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090143037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "ves-openapi-manager", "timestamp": 1657090143219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "multicloud-k8s-id", "timestamp": 1657090143604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-06T06:52:00.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090143037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "ves-openapi-manager", "timestamp": 1657090143219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "multicloud-k8s-id", "timestamp": 1657090143604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090143037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "cds", "timestamp": 1657090153572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "ves-openapi-manager", "timestamp": 1657090143219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "multicloud-k8s-id", "timestamp": 1657090143604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-06T06:52:00.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090143037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "cds", "timestamp": 1657090153572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "ves-openapi-manager", "timestamp": 1657090143219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "multicloud-k8s-id", "timestamp": 1657090143604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090143037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "cds", "timestamp": 1657090153572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "ves-openapi-manager", "timestamp": 1657090143219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "multicloud-k8s-id", "timestamp": 1657090143604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:52:00.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090143037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:52:00.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "cds", "timestamp": 1657090153572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "multicloud-k8s-id", "timestamp": 1657090157476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T06:52:00.432Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090157443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:52:00.432Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "cds", "timestamp": 1657090153572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "multicloud-k8s-id", "timestamp": 1657090158640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T06:52:00.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "cds", "timestamp": 1657090153572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "aai-ml", "timestamp": 1657090157575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "multicloud-k8s-id", "timestamp": 1657090159785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-06T06:52:00.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "cds", "timestamp": 1657090153572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:52:00.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "aai-ml", "timestamp": 1657090157575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090160420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T06:52:00.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "policy-id", "timestamp": 1657090159768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "multicloud-k8s-id", "timestamp": 1657090160838, "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-06T06:52:00.456Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 688c13af-9de0-4c23-9873-0b4b883d1e91 2022-07-06T06:52:00.457Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c13af-9de0-4c23-9873-0b4b883d1e91 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-06T06:52:00.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "cds", "timestamp": 1657090161346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:52:00.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "aai-ml", "timestamp": 1657090157575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657090161425, "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-06T06:52:00.471Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 688c13af-9de0-4c23-9873-0b4b883d1e91 2022-07-06T06:52:00.471Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c13af-9de0-4c23-9873-0b4b883d1e91 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-06T06:52:00.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "policy-id", "timestamp": 1657090159768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "multicloud-k8s-id", "timestamp": 1657090161844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T06:52:00.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "cds", "timestamp": 1657090162354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-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-06T06:52:00.488Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 688c13af-9de0-4c23-9873-0b4b883d1e91 2022-07-06T06:52:00.488Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c13af-9de0-4c23-9873-0b4b883d1e91 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-06T06:52:00.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "aai-ml", "timestamp": 1657090157575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "policy-id", "timestamp": 1657090159768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-06T06:52:00.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "aai-ml", "timestamp": 1657090157575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "policy-id", "timestamp": 1657090159768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "aai-ml", "timestamp": 1657090157575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "policy-id", "timestamp": 1657090159768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "aai-ml", "timestamp": 1657090157575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:52:00.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "policy-id", "timestamp": 1657090159768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "aai-ml", "timestamp": 1657090165318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:52:00.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "policy-id", "timestamp": 1657090159768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:52:00.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "policy-id", "timestamp": 1657090167564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:52:00.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "policy-id", "timestamp": 1657090168571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T06:52:00.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "policy-id", "timestamp": 1657090169579, "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-06T06:52:00.511Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 688c13af-9de0-4c23-9873-0b4b883d1e91 2022-07-06T06:52:00.511Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c13af-9de0-4c23-9873-0b4b883d1e91 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-06T06:52:00.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "clamp", "timestamp": 1657090169495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "clamp", "timestamp": 1657090169495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "NOTIFIED" } 2022-07-06T06:52:00.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "clamp", "timestamp": 1657090169495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "clamp", "timestamp": 1657090169495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "clamp", "timestamp": 1657090169495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "clamp", "timestamp": 1657090169495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:00.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "clamp", "timestamp": 1657090169495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:52:00.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:52:00.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "aai-ml", "timestamp": 1657090175299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T06:52:00.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "aai-ml", "timestamp": 1657090176303, "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-06T06:52:00.523Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 688c13af-9de0-4c23-9873-0b4b883d1e91 2022-07-06T06:52:00.523Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c13af-9de0-4c23-9873-0b4b883d1e91 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-06T06:52:00.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "clamp", "timestamp": 1657090182753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:52:00.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "clamp", "timestamp": 1657090183778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T06:52:00.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:52:00.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:52:00.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "clamp", "timestamp": 1657090184784, "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-06T06:52:00.535Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 688c13af-9de0-4c23-9873-0b4b883d1e91 2022-07-06T06:52:00.535Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 688c13af-9de0-4c23-9873-0b4b883d1e91 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-06T06:52:04.964Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0dd4c436-0098-40d1-a2ea-b40148342652/model-vers/model-ver/da7354d4-1699-47dc-8c5b-9d1c1c585aa6?depth=0 2022-07-06T06:52:05.075Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-06T06:52:05.594Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dd4c436-0098-40d1-a2ea-b40148342652/model-vers/model-ver/da7354d4-1699-47dc-8c5b-9d1c1c585aa6?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-06T06:52:05.600Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dd4c436-0098-40d1-a2ea-b40148342652/model-vers/model-ver/da7354d4-1699-47dc-8c5b-9d1c1c585aa6?depth=0|INFO|500||Invoke 2022-07-06T06:52:05.726Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dd4c436-0098-40d1-a2ea-b40148342652/model-vers/model-ver/da7354d4-1699-47dc-8c5b-9d1c1c585aa6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-06T06:52:06.159Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dd4c436-0098-40d1-a2ea-b40148342652/model-vers/model-ver/da7354d4-1699-47dc-8c5b-9d1c1c585aa6?depth=0|INFO|500||InvokeReturn 2022-07-06T06:52:06.160Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dd4c436-0098-40d1-a2ea-b40148342652/model-vers/model-ver/da7354d4-1699-47dc-8c5b-9d1c1c585aa6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220706-06:52:05:737-14322], vertex-id=[422120], Content-Length=[0], Date=[Wed, 06 Jul 2022 06:52:05 GMT], Content-Type=[application/json]} 2022-07-06T06:52:06.160Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-07-06T06:52:06.163Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-06T06:52:06.164Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-06T06:52:06.168Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-06T06:52:06.169Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d70f5b0-a0c2-4380-aece-6979102cb33e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-06T06:52:06.170Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-06T06:52:06.171Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:06.173Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:06.173Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090326170, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T06:52:06.273Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:06.274Z||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-06T06:52:06.275Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:06.302Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:06.303Z||pool-18-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-06T06:52:07.183Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:52:07.184Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|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-06T06:52:07.184Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:11.624Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:11.625Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T06:52:11.625Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"688c13af-9de0-4c23-9873-0b4b883d1e91","serviceName":"basic_onboard_YWJyBS","serviceVersion":"1.0","serviceUUID":"ffc9230a-553d-4f82-9343-55a1bcd9c2fc","serviceDescription":"service","serviceInvariantUUID":"6a41a1be-7214-4f2c-84b8-995301a7a1dd","resources":[{"resourceInstanceName":"basic_onboard_YWJyBS 0","resourceName":"basic_onboard_YWJyBS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"41caab68-b25d-4519-a7d5-befad6b1ce46","resourceInvariantUUID":"f0a3029e-dd84-4a23-a11a-02374cfccc8f","resourceCustomizationUUID":"a17ecc24-57ce-4ac1-b158-8ca1cdf67a71","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml","artifactChecksum":"NWMxMjE2MjU1MjE1ZDdmOWRiZDU3ZGNkN2Q1MmY5MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea7a3014-18aa-4644-9f91-61c0a332f226","artifactVersion":"1"},{"artifactName":"basic_onboard_ywjybs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json","artifactChecksum":"MGFlMTdlZGUzOGRlZWM5M2JkMWU0Yzk5MjNkZDBmN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fa121d53-3c26-40c7-a33b-603078eec11c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d4ab885-8d63-46f3-aa44-d37f1a6f374e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5a0e5a8-284d-4f13-8b8a-84c13d5495fb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0f60aa45-e78c-403a-a51c-8c2e27ea3b5c","artifactVersion":"2","generatedFromUUID":"9d4ab885-8d63-46f3-aa44-d37f1a6f374e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYwjybs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml","artifactChecksum":"MGViYmJhZmQ3N2IzMjBhMDNkZjhhYTc3MWY0OGQ4NDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5915b8e8-3b53-4841-b4d7-3f6855d00b78","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYwjybs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar","artifactChecksum":"YTYxOTIxNDk4YzJlNTE0NzVlYTFhM2U0NWRiMmE5M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59434616-d950-4366-987e-d4d4673f8b5f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-06T06:52:11.628Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:52:11.628Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:11.631Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:11.631Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:11.731Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:11.732Z||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-06T06:52:11.732Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:11.746Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:11.747Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:52:12.632Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:52:12.634Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:12.636Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:12.636Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "NOTIFIED" } 2022-07-06T06:52:12.736Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:12.737Z||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-06T06:52:12.737Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:12.752Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:12.752Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-06T06:52:13.636Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:52:13.637Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:13.639Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:13.639Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-06T06:52:13.739Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:13.740Z||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-06T06:52:13.740Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:13.754Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:13.754Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:52:14.644Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:52:14.644Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:14.646Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:14.646Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:14.747Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:14.748Z||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-06T06:52:14.748Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:14.763Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:14.764Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:52:15.647Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:52:15.650Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:15.651Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:15.652Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-06T06:52:15.752Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:15.753Z||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-06T06:52:15.753Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:15.781Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:15.782Z||pool-23-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:52:16.652Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:52:16.654Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:16.656Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:16.657Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:52:16.757Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:16.758Z||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-06T06:52:16.758Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:16.775Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:16.776Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:52:17.657Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T06:52:17.661Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:17.662Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:17.663Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:52:17.763Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:17.764Z||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-06T06:52:17.764Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:17.791Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:17.791Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-07-06T06:52:18.666Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "serviceName": "basic_onboard_YWJyBS", "serviceVersion": "1.0", "serviceUUID": "ffc9230a-553d-4f82-9343-55a1bcd9c2fc", "serviceDescription": "service", "serviceInvariantUUID": "6a41a1be-7214-4f2c-84b8-995301a7a1dd", "resources": [ { "resourceInstanceName": "basic_onboard_YWJyBS 0", "resourceCustomizationUUID": "a17ecc24-57ce-4ac1-b158-8ca1cdf67a71", "resourceName": "basic_onboard_YWJyBS", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "41caab68-b25d-4519-a7d5-befad6b1ce46", "resourceInvariantUUID": "f0a3029e-dd84-4a23-a11a-02374cfccc8f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ywjybs0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "artifactChecksum": "MGFlMTdlZGUzOGRlZWM5M2JkMWU0Yzk5MjNkZDBmN2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fa121d53-3c26-40c7-a33b-603078eec11c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9d4ab885-8d63-46f3-aa44-d37f1a6f374e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0f60aa45-e78c-403a-a51c-8c2e27ea3b5c", "generatedFromUUID": "9d4ab885-8d63-46f3-aa44-d37f1a6f374e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0f60aa45-e78c-403a-a51c-8c2e27ea3b5c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardYwjybs-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "artifactChecksum": "YTYxOTIxNDk4YzJlNTE0NzVlYTFhM2U0NWRiMmE5M2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "59434616-d950-4366-987e-d4d4673f8b5f" } ], "workloadContext": "Production" } 2022-07-06T06:52:18.667Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-06T06:52:18.667Z|2d70f5b0-a0c2-4380-aece-6979102cb33e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ffc9230a-553d-4f82-9343-55a1bcd9c2fc ASDC 2022-07-06T06:52:18.667Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:688c13af-9de0-4c23-9873-0b4b883d1e91 ServiceName:basic_onboard_YWJyBS ServiceVersion:1.0 ServiceUUID:ffc9230a-553d-4f82-9343-55a1bcd9c2fc ServiceInvariantUUID:6a41a1be-7214-4f2c-84b8-995301a7a1dd ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardYwjybs-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar ArtifactUUID:59434616-d950-4366-987e-d4d4673f8b5f ArtifactChecksum:YTYxOTIxNDk4YzJlNTE0NzVlYTFhM2U0NWRiMmE5M2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_YWJyBS 0 ResourceCustomizationUUID:a17ecc24-57ce-4ac1-b158-8ca1cdf67a71 ResourceInvariantUUID:f0a3029e-dd84-4a23-a11a-02374cfccc8f ResourceName:basic_onboard_YWJyBS ResourceType:VF ResourceUUID:41caab68-b25d-4519-a7d5-befad6b1ce46 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ywjybs0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json ArtifactUUID:fa121d53-3c26-40c7-a33b-603078eec11c ArtifactChecksum:MGFlMTdlZGUzOGRlZWM5M2JkMWU0Yzk5MjNkZDBmN2I= 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/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml ArtifactUUID:9d4ab885-8d63-46f3-aa44-d37f1a6f374e 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/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env ArtifactUUID:0f60aa45-e78c-403a-a51c-8c2e27ea3b5c 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/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env ArtifactUUID:0f60aa45-e78c-403a-a51c-8c2e27ea3b5c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-06T06:52:18.668Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ffc9230a-553d-4f82-9343-55a1bcd9c2fc 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-06T06:52:18.699Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T06:52:18.700Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T06:52:18.700Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T06:52:18.700Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 59434616-d950-4366-987e-d4d4673f8b5f from URL: /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:18.700Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T06:52:18.700Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:19.156Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T06:52:19.159Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar 59434616-d950-4366-987e-d4d4673f8b5f 71590 2022-07-06T06:52:19.159Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar ASDC sendASDCNotification 2022-07-06T06:52:19.159Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:19.159Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T06:52:19.160Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:19.161Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:19.161Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090339159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:52:19.262Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:19.263Z||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-06T06:52:19.263Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:19.280Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:19.280Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:52:20.162Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T06:52:20.164Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T06:52:20.164Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 59434616-d950-4366-987e-d4d4673f8b5f, URL: /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar to file: /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:20.164Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:20.165Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:20.165Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:20.295Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP535846361750031684/Definitions/service-BasicOnboardYwjybs-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-06T06:52:21.421Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-06T06:52:21.422Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-06T06:52:21.422Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:21.422Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-06T06:52:21.422Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YWJyBS 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-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:21.423Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:21.423Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:21.423Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:21.423Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:21.424Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:21.424Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:21.424Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:21.424Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:21.425Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-06T06:52:21.425Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.425Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:21.425Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria 2022-07-06T06:52:21.426Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-06T06:52:21.426Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T06:52:21.426Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.427Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:21.427Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria 2022-07-06T06:52:21.427Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-06T06:52:21.428Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T06:52:21.428Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.428Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:21.429Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.429Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is not matching search criteria 2022-07-06T06:52:21.429Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-07-06T06:52:21.429Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-07-06T06:52:21.430Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-07-06T06:52:21.430Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-06T06:52:21.430Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-06T06:52:21.431Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.431Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-06T06:52:21.431Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.432Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria 2022-07-06T06:52:21.432Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:52:21.433Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.433Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria 2022-07-06T06:52:21.433Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:52:21.434Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.434Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria 2022-07-06T06:52:21.434Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:52:21.435Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.435Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is not matching search criteria 2022-07-06T06:52:21.435Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-06T06:52:21.435Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-06T06:52:21.436Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f84a0355-3e43-4224-81ae-960c12018e37 2022-07-06T06:52:21.436Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.436Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:21.437Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.437Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:21.437Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.438Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:21.438Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:21.438Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:21.439Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_YWJyBS Description:service Model UUID:ffc9230a-553d-4f82-9343-55a1bcd9c2fc Model Version:NULL Model InvariantUuid:6a41a1be-7214-4f2c-84b8-995301a7a1dd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_YWJyBS Model UUID:c37169b2-d690-43ba-b9eb-3807ac5fdf83 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f0a3029e-dd84-4a23-a11a-02374cfccc8f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a17ecc24-57ce-4ac1-b158-8ca1cdf67a71 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:44118956-4359-46f6-a19a-e911daaae0c6 ModelName:BasicOnboardYwjybs..base_ubuntu18..module-0 ModelUuid:b0b8a387-1ef5-4bec-b883-b4af45980989 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f84a0355-3e43-4224-81ae-960c12018e37 ModelInvariantUuid:1c67a271-ad8d-4226-9875-b1346a7f3762 ModelName:basic_onboard_YWJyBS-nodes.ubuntu18Cvfc ModelUuid:3ec5f403-0192-448d-8dc0-363987222b8b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:de79f476-2fbf-454d-a599-6451c9517ed9 ModelInvariantUuid:3b5f8ec6-68da-4a6b-8e61-5b8440709c90 ModelName:BasicOnboardYwjybs.compute.nodes.heat.ubuntu18 ModelUuid:0bf2d93f-bdcf-4e6f-a6af-4c2f0f9878ea 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-06T06:52:21.445Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 41caab68-b25d-4519-a7d5-befad6b1ce46 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-06T06:52:21.447Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||basic_onboard_YWJyBS 0 2022-07-06T06:52:21.447Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 41caab68-b25d-4519-a7d5-befad6b1ce46 2022-07-06T06:52:21.448Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fa121d53-3c26-40c7-a33b-603078eec11c from URL: /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json 2022-07-06T06:52:21.448Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T06:52:21.448Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json 2022-07-06T06:52:21.498Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T06:52:21.499Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json fa121d53-3c26-40c7-a33b-603078eec11c 798 2022-07-06T06:52:21.499Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json ASDC sendASDCNotification 2022-07-06T06:52:21.499Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json 2022-07-06T06:52:21.500Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T06:52:21.500Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:21.502Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:21.502Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090341499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T06:52:21.602Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:21.603Z||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-06T06:52:21.603Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:21.616Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:21.616Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:52:22.503Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYwjybs..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "44118956-4359-46f6-a19a-e911daaae0c6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b0b8a387-1ef5-4bec-b883-b4af45980989", "vfModuleModelCustomizationUUID": "141fee1e-4ed5-4c37-9b49-55867f194ddb", "isBase": true, "artifacts": [ "9d4ab885-8d63-46f3-aa44-d37f1a6f374e", "0f60aa45-e78c-403a-a51c-8c2e27ea3b5c" ], "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-06T06:52:22.507Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYwjybs..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b0b8a387-1ef5-4bec-b883-b4af45980989 VfModuleModelInvariantUUID:44118956-4359-46f6-a19a-e911daaae0c6 VfModuleModelDescription:NULL Artifacts UUID List:{ 9d4ab885-8d63-46f3-aa44-d37f1a6f374e , 0f60aa45-e78c-403a-a51c-8c2e27ea3b5c } 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-06T06:52:22.510Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYwjybs..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "44118956-4359-46f6-a19a-e911daaae0c6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b0b8a387-1ef5-4bec-b883-b4af45980989", "vfModuleModelCustomizationUUID": "141fee1e-4ed5-4c37-9b49-55867f194ddb", "isBase": true, "artifacts": [ "9d4ab885-8d63-46f3-aa44-d37f1a6f374e", "0f60aa45-e78c-403a-a51c-8c2e27ea3b5c" ], "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-06T06:52:22.510Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYwjybs..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b0b8a387-1ef5-4bec-b883-b4af45980989 VfModuleModelInvariantUUID:44118956-4359-46f6-a19a-e911daaae0c6 VfModuleModelDescription:NULL Artifacts UUID List:{ 9d4ab885-8d63-46f3-aa44-d37f1a6f374e , 0f60aa45-e78c-403a-a51c-8c2e27ea3b5c } 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-06T06:52:22.510Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9d4ab885-8d63-46f3-aa44-d37f1a6f374e from URL: /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml 2022-07-06T06:52:22.511Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T06:52:22.511Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml 2022-07-06T06:52:22.597Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T06:52:22.597Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml 9d4ab885-8d63-46f3-aa44-d37f1a6f374e 5033 2022-07-06T06:52:22.598Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-06T06:52:22.598Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml 2022-07-06T06:52:22.598Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T06:52:22.598Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:22.600Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:22.601Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090342598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T06:52:22.701Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:22.702Z||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-06T06:52:22.702Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:22.718Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:22.719Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:52:23.602Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0f60aa45-e78c-403a-a51c-8c2e27ea3b5c from URL: /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env 2022-07-06T06:52:23.602Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T06:52:23.602Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env 2022-07-06T06:52:23.654Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T06:52:23.654Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env 0f60aa45-e78c-403a-a51c-8c2e27ea3b5c 909 2022-07-06T06:52:23.655Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-06T06:52:23.655Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env 2022-07-06T06:52:23.655Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T06:52:23.655Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:23.657Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:23.657Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090343654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-06T06:52:23.758Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-06T06:52:23.759Z||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-06T06:52:23.759Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:23.772Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:23.773Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:52:24.657Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ffc9230a-553d-4f82-9343-55a1bcd9c2fc 2022-07-06T06:52:24.658Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YWJyBS 0 41caab68-b25d-4519-a7d5-befad6b1ce46 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-06T06:52:24.667Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24dd412, org.onap.sdc.toscaparser.api.parameters.Input@76aa9cc, org.onap.sdc.toscaparser.api.parameters.Input@66b9458c, org.onap.sdc.toscaparser.api.parameters.Input@18947fd7, org.onap.sdc.toscaparser.api.parameters.Input@7415d593] 2022-07-06T06:52:24.669Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.669Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:24.670Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-07-06T06:52:24.670Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a17ecc24-57ce-4ac1-b158-8ca1cdf67a71 2022-07-06T06:52:24.670Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a17ecc24-57ce-4ac1-b158-8ca1cdf67a71 matches Tosca VF Customization UUID: a17ecc24-57ce-4ac1-b158-8ca1cdf67a71 2022-07-06T06:52:24.670Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a17ecc24-57ce-4ac1-b158-8ca1cdf67a71 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-06T06:52:24.672Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.672Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:24.673Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a17ecc24-57ce-4ac1-b158-8ca1cdf67a71: {\"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-06T06:52:24.673Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@310b3e2a 2022-07-06T06:52:24.674Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.674Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-06T06:52:24.674Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 141fee1e-4ed5-4c37-9b49-55867f194ddb 2022-07-06T06:52:24.675Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 141fee1e-4ed5-4c37-9b49-55867f194ddb 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-06T06:52:24.676Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.677Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria 2022-07-06T06:52:24.677Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:52:24.678Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.678Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria 2022-07-06T06:52:24.678Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:52:24.679Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.679Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is not matching search criteria 2022-07-06T06:52:24.679Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-06T06:52:24.680Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-06T06:52:24.680Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f84a0355-3e43-4224-81ae-960c12018e37 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-06T06:52:24.682Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.682Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria 2022-07-06T06:52:24.682Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T06:52:24.683Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.683Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YWJyBS 0 is matching search criteria 2022-07-06T06:52:24.683Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YWJyBS 0] matching following query criteria: sdcType=VF, customizationUUID=a17ecc24-57ce-4ac1-b158-8ca1cdf67a71 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-06T06:52:24.685Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.685Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:24.685Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ffc9230a-553d-4f82-9343-55a1bcd9c2fc: basic_onboard_YWJyBS 2022-07-06T06:52:24.686Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.686Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:24.686Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.687Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:24.687Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.687Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:24.688Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.688Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:24.688Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T06:52:24.689Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YWJyBS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T06:52:24.689Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_YWJyBS 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-06T06:52:24.746Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YWJyBS 41caab68-b25d-4519-a7d5-befad6b1ce46 1 ASDC deployResourceStructure 2022-07-06T06:52:24.747Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json ASDC sendASDCNotification 2022-07-06T06:52:24.747Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json 2022-07-06T06:52:24.747Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T06:52:24.747Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:24.749Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:24.749Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090344747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T06:52:24.849Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T06:52:24.850Z||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-06T06:52:24.850Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:24.862Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:24.863Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:52:25.750Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-06T06:52:25.750Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml 2022-07-06T06:52:25.751Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T06:52:25.751Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:25.753Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:25.753Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090345750, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-06T06:52:25.853Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:25.854Z||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-06T06:52:25.854Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:25.876Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:25.876Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-07-06T06:52:26.759Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-06T06:52:26.759Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env 2022-07-06T06:52:26.759Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T06:52:26.759Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:26.761Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:26.761Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090346759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-06T06:52:26.861Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:26.862Z||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-06T06:52:26.862Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:26.876Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:26.876Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:52:27.766Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar ASDC sendASDCNotification 2022-07-06T06:52:27.767Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar 2022-07-06T06:52:27.767Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T06:52:27.767Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:27.769Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:27.769Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090347766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T06:52:27.869Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T06:52:27.870Z||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-06T06:52:27.870Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:27.885Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:27.885Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T06:52:28.774Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 688c13af-9de0-4c23-9873-0b4b883d1e91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T06:52:28.783Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 688c13af-9de0-4c23-9873-0b4b883d1e91 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-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T06:52:28.787Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T06:52:28.788Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T06:52:28.788Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-06T06:52:28.792Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-06T06:52:58.793Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 688c13af-9de0-4c23-9873-0b4b883d1e91 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-06T06:52:58.798Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 688c13af-9de0-4c23-9873-0b4b883d1e91 and serviceModelVersionId: ffc9230a-553d-4f82-9343-55a1bcd9c2fc 2022-07-06T06:52:58.798Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a41a1be-7214-4f2c-84b8-995301a7a1dd 2022-07-06T06:52:58.799Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0 2022-07-06T06:52:58.803Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-06T06:52:58.852Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0|INFO|500||Invoke 2022-07-06T06:52:58.853Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[688c13af-9de0-4c23-9873-0b4b883d1e91], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d42f8c6-2c99-42d4-8ae2-5248c1c2837c], X-ECOMP-RequestID=[688c13af-9de0-4c23-9873-0b4b883d1e91], X-TransactionId=[], X-ONAP-RequestID=[688c13af-9de0-4c23-9873-0b4b883d1e91], Content-Type=[application/merge-patch+json]} 2022-07-06T06:52:58.877Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-06T06:52:59.049Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?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/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220706-06:52:58:884-41003], vertex-id=[327872], Content-Length=[0], Date=[Wed, 06 Jul 2022 06:52:58 GMT], Content-Type=[application/json]} 2022-07-06T06:52:59.049Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-06T06:52:59.050Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a41a1be-7214-4f2c-84b8-995301a7a1dd/model-vers/model-ver/ffc9230a-553d-4f82-9343-55a1bcd9c2fc?depth=0|INFO|500||InvokeReturn 2022-07-06T06:52:59.050Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-06T06:52:59.050Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-06T06:52:59.058Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-06T06:52:59.058Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 688c13af-9de0-4c23-9873-0b4b883d1e91 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-06T06:52:59.059Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-06T06:52:59.059Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T06:52:59.061Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T06:52:59.061Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090379058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T06:52:59.162Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-06T06:52:59.163Z||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-06T06:52:59.163Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T06:52:59.182Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:52:59.182Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-06T06:52:59.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:52:59.888Z||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-06T06:52:59.888Z||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 MfdJs38ecWGPaKDB) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T06:53:00.071Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:53:00.072Z||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-06T06:53:00.072Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:53:00.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:53:00.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d70f5b0-a0c2-4380-aece-6979102cb33e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090326170, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T06:53:00.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:53:00.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:53:00.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:53:00.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "NOTIFIED" } 2022-07-06T06:53:00.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:53:00.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-06T06:53:00.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:53:00.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T06:53:00.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:53:00.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-06T06:53:00.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:53:00.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T06:53:00.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:53:00.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090327183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "NOTIFIED" } 2022-07-06T06:53:00.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-06T06:53:00.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090339159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T06:53:00.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:53:00.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090341499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T06:53:00.524Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:53:00.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090342598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T06:53:00.524Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:53:00.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090343654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-06T06:53:00.524Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:53:00.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090344747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/basic_onboard_ywjybs0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T06:53:00.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:53:00.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090345750, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-06T06:53:00.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:53:00.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090346759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/resourceInstances/basic_onboard_ywjybs0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-06T06:53:00.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:53:00.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090347766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYwjybs/1.0/artifacts/service-BasicOnboardYwjybs-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T06:53:00.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:53:00.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T06:53:00.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "688c13af-9de0-4c23-9873-0b4b883d1e91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657090379058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T06:53:00.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T06:53:09.613Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:53:09.613Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:53:09.614Z||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-06T06:53:09.614Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:53:19.160Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:53:19.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:53:19.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-06T06:53:19.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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:53:28.717Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:53:28.718Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:53:28.718Z||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-06T06:53:28.719Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:53:38.271Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:53:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:53:59.886Z||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-06T06:53:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:53:59.887Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:53:59.888Z||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-06T06:53:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:54:09.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:54:09.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:54:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:54:59.887Z||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-06T06:54:59.887Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:54:59.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:54:59.888Z||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-06T06:54:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:55:09.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:55:09.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:55:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:55:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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-06T06:55:59.887Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:55:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:55:59.888Z||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-06T06:55:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:56:09.429Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:56:09.433Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:56:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:56:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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-06T06:56:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:56:59.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:56:59.888Z||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-06T06:56:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:57:09.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:57:09.436Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:57:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:57:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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-06T06:57:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:57:59.887Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:57:59.888Z||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-06T06:57:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:58:09.430Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:58:09.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:58:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:58:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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-06T06:58:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:58:59.888Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:58:59.889Z||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-06T06:58:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:59:09.431Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:59:09.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T06:59:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:59:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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-06T06:59:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ... 2022-07-06T06:59:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T06:59:59.888Z||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-06T06:59:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:00:09.430Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:00:09.447Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:00:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:00:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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-06T07:00:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:00:59.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:00:59.888Z||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-06T07:00:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:01:09.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:01:09.433Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:01:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:01:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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-06T07:01:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:01:59.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:01:59.888Z||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-06T07:01:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:02:09.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:02:09.435Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:02:59.886Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:02:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:02:59.888Z||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-06T07:02:59.888Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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-06T07:02:59.888Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:02:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:03:09.442Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:03:09.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:03:59.885Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:03:59.887Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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-06T07:03:59.887Z|688c13af-9de0-4c23-9873-0b4b883d1e91|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:03:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:03:59.888Z||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-06T07:03:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:04:00.520Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:04:00.521Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.521Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"89be9ed5-5a64-4b78-abb2-9ee8472981d3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7e13ef0f-25d9-4583-956e-7083d9513da3","serviceDescription":"service","serviceInvariantUUID":"790bcca2-409a-4fc4-a663-e65e87d448d4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a44d3231-f013-45d7-bfa5-716953fc6797","resourceInvariantUUID":"fa484f76-e5b0-4b63-bdd7-e7d992b59648","resourceCustomizationUUID":"c8b9c895-1b31-4a9e-8ed8-e7ab5b34044a","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":"OTYxZDMxYTBmZjI0NzM5NmZmYjc5ZTE5N2JiNmZkZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f39dcc5d-3c16-4f4e-9278-5e4e7c6c86ec","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTE2NzY1Y2Q3ZGJmZmRhNTlhNGM5Y2JjZGQxNzhlMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f64772d-c16c-4828-9d44-49d706a9b88e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-06T07:04:00.522Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:04:00.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "aai-ml", "timestamp": 1657090997575, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:04:00.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "cds", "timestamp": 1657090993572, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:04:00.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "policy-id", "timestamp": 1657090999768, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:04:00.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.527Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:04:00.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.528Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:04:00.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "aai-ml", "timestamp": 1657090997575, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:04:00.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "cds", "timestamp": 1657090993572, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:04:00.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "policy-id", "timestamp": 1657090999768, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:04:00.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.531Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:04:00.532Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091039885, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:04:00.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "cds", "timestamp": 1657091002216, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:04:00.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:04:00.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "aai-ml", "timestamp": 1657091000981, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:04:00.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:04:00.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "policy-id", "timestamp": 1657091002523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:04:00.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:04:00.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "cds", "timestamp": 1657091003226, "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-06T07:04:00.556Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89be9ed5-5a64-4b78-abb2-9ee8472981d3 2022-07-06T07:04:00.556Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89be9ed5-5a64-4b78-abb2-9ee8472981d3 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-06T07:04:00.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "policy-id", "timestamp": 1657091003530, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:04:00.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:04:00.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "ves-openapi-manager", "timestamp": 1657091003219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:04:00.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "multicloud-k8s-id", "timestamp": 1657091003604, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:04:00.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "policy-id", "timestamp": 1657091004535, "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-06T07:04:00.574Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89be9ed5-5a64-4b78-abb2-9ee8472981d3 2022-07-06T07:04:00.574Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89be9ed5-5a64-4b78-abb2-9ee8472981d3 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-06T07:04:00.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "ves-openapi-manager", "timestamp": 1657091003219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:04:00.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "multicloud-k8s-id", "timestamp": 1657091003604, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:04:00.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "aai-ml", "timestamp": 1657091005926, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:04:00.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:04:00.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "aai-ml", "timestamp": 1657091006931, "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-06T07:04:00.591Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89be9ed5-5a64-4b78-abb2-9ee8472981d3 2022-07-06T07:04:00.592Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89be9ed5-5a64-4b78-abb2-9ee8472981d3 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-06T07:04:00.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "clamp", "timestamp": 1657091009495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:04:00.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "clamp", "timestamp": 1657091009495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:04:00.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091013037, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:04:00.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091013037, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:04:00.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:04:00.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091015900, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:04:00.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:04:00.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091017960, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:04:00.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:04:00.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "clamp", "timestamp": 1657091018206, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:04:00.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:04:00.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091018965, "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-06T07:04:00.610Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89be9ed5-5a64-4b78-abb2-9ee8472981d3 2022-07-06T07:04:00.611Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89be9ed5-5a64-4b78-abb2-9ee8472981d3 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-06T07:04:00.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "clamp", "timestamp": 1657091019983, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:04:00.619Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:04:00.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:04:00.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "clamp", "timestamp": 1657091020987, "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-06T07:04:00.624Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89be9ed5-5a64-4b78-abb2-9ee8472981d3 2022-07-06T07:04:00.624Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89be9ed5-5a64-4b78-abb2-9ee8472981d3 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-06T07:04:00.631Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:04:00.632Z||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-06T07:04:00.632Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:04:00.646Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:04:00.647Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:04:01.532Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:04:01.533Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:04:01.536Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:04:01.536Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091039885, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:04:01.639Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-07-06T07:04:01.640Z||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-06T07:04:01.641Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:04:01.655Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:04:01.655Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:04:02.537Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "7e13ef0f-25d9-4583-956e-7083d9513da3", "serviceDescription": "service", "serviceInvariantUUID": "790bcca2-409a-4fc4-a663-e65e87d448d4", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "c8b9c895-1b31-4a9e-8ed8-e7ab5b34044a", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "a44d3231-f013-45d7-bfa5-716953fc6797", "resourceInvariantUUID": "fa484f76-e5b0-4b63-bdd7-e7d992b59648", "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": "MTE2NzY1Y2Q3ZGJmZmRhNTlhNGM5Y2JjZGQxNzhlMmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2f64772d-c16c-4828-9d44-49d706a9b88e" } ], "workloadContext": "Production" } 2022-07-06T07:04:02.537Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-06T07:04:02.537Z|688c13af-9de0-4c23-9873-0b4b883d1e91|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e13ef0f-25d9-4583-956e-7083d9513da3 ASDC 2022-07-06T07:04:02.538Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:89be9ed5-5a64-4b78-abb2-9ee8472981d3 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:7e13ef0f-25d9-4583-956e-7083d9513da3 ServiceInvariantUUID:790bcca2-409a-4fc4-a663-e65e87d448d4 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:2f64772d-c16c-4828-9d44-49d706a9b88e ArtifactChecksum:MTE2NzY1Y2Q3ZGJmZmRhNTlhNGM5Y2JjZGQxNzhlMmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:c8b9c895-1b31-4a9e-8ed8-e7ab5b34044a ResourceInvariantUUID:fa484f76-e5b0-4b63-bdd7-e7d992b59648 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:a44d3231-f013-45d7-bfa5-716953fc6797 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-07-06T07:04:02.538Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e13ef0f-25d9-4583-956e-7083d9513da3 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-06T07:04:02.564Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:04:02.565Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T07:04:02.565Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T07:04:02.565Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2f64772d-c16c-4828-9d44-49d706a9b88e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-06T07:04:02.565Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T07:04:02.565Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-06T07:04:02.630Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T07:04:02.633Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2f64772d-c16c-4828-9d44-49d706a9b88e 52507 2022-07-06T07:04:02.634Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:02.634Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:02.634Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:04:02.634Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:04:02.636Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:04:02.636Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091042633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:04:02.737Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-06T07:04:02.737Z||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-06T07:04:02.738Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:04:02.755Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:04:02.755Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:04:03.637Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:04:03.638Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T07:04:03.638Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2f64772d-c16c-4828-9d44-49d706a9b88e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-06T07:04:03.638Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-07-06T07:04:03.639Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-06T07:04:03.639Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-06T07:04:03.809Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3564490922531262619/Definitions/service-BasicNetwork-template.yml 2022-07-06T07:04:04.298Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-07-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:04.299Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.300Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-06T07:04:04.301Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-06T07:04:04.301Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:04:04.301Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.301Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.301Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-06T07:04:04.301Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-06T07:04:04.302Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:04:04.302Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.302Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.302Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.302Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.303Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.303Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.303Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.303Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.303Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.303Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.304Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:7e13ef0f-25d9-4583-956e-7083d9513da3 Model Version:NULL Model InvariantUuid:790bcca2-409a-4fc4-a663-e65e87d448d4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:fa484f76-e5b0-4b63-bdd7-e7d992b59648 Model UUID:f4c84e22-cc3b-4cf3-8efe-631556bd8210 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:c8b9c895-1b31-4a9e-8ed8-e7ab5b34044a 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-06T07:04:04.308Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: a44d3231-f013-45d7-bfa5-716953fc6797 2022-07-06T07:04:04.308Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||No resources found for Service: 7e13ef0f-25d9-4583-956e-7083d9513da3 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-06T07:04:04.312Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500|| 2022-07-06T07:04:04.312Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-07-06T07:04:04.313Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 7e13ef0f-25d9-4583-956e-7083d9513da3 2022-07-06T07:04:04.313Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7e13ef0f-25d9-4583-956e-7083d9513da3 2022-07-06T07:04:04.313Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-07-06T07:04:04.313Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:04.316Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@752cbac8, org.onap.sdc.toscaparser.api.parameters.Input@42fc1b0f, org.onap.sdc.toscaparser.api.parameters.Input@4455091b, org.onap.sdc.toscaparser.api.parameters.Input@13c483d7, org.onap.sdc.toscaparser.api.parameters.Input@32e919d] 2022-07-06T07:04:04.317Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.318Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.318Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.318Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.318Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7e13ef0f-25d9-4583-956e-7083d9513da3: Generic NeutronNet 2022-07-06T07:04:04.318Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.318Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.319Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.319Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:04.343Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.344Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.344Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.344Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.344Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:04:04.345Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:04:04.345Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:04.382Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-07-06T07:04:04.382Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:04.382Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||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-06T07:04:04.383Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:04:04.383Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:04:04.385Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:04:04.404Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091044382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:04:04.485Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2022-07-06T07:04:04.486Z||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-06T07:04:04.486Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:04:04.499Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:04:04.500Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:04:05.405Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89be9ed5-5a64-4b78-abb2-9ee8472981d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:04:05.415Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89be9ed5-5a64-4b78-abb2-9ee8472981d3 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-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:04:05.418Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-06T07:04:05.423Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-06T07:04:35.423Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89be9ed5-5a64-4b78-abb2-9ee8472981d3 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-06T07:04:35.430Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89be9ed5-5a64-4b78-abb2-9ee8472981d3 and serviceModelVersionId: 7e13ef0f-25d9-4583-956e-7083d9513da3 2022-07-06T07:04:35.430Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 790bcca2-409a-4fc4-a663-e65e87d448d4 2022-07-06T07:04:35.437Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0 2022-07-06T07:04:35.442Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-06T07:04:35.493Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0|INFO|500||Invoke 2022-07-06T07:04:35.493Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89be9ed5-5a64-4b78-abb2-9ee8472981d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e7023dc-63a7-497d-8537-6ed44a83faae], X-ECOMP-RequestID=[89be9ed5-5a64-4b78-abb2-9ee8472981d3], X-TransactionId=[], X-ONAP-RequestID=[89be9ed5-5a64-4b78-abb2-9ee8472981d3], Content-Type=[application/merge-patch+json]} 2022-07-06T07:04:35.518Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-06T07:04:35.624Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?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/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220706-07:04:35:525-48938], vertex-id=[155688], Content-Length=[0], Date=[Wed, 06 Jul 2022 07:04:35 GMT], Content-Type=[application/json]} 2022-07-06T07:04:35.624Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-06T07:04:35.625Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/790bcca2-409a-4fc4-a663-e65e87d448d4/model-vers/model-ver/7e13ef0f-25d9-4583-956e-7083d9513da3?depth=0|INFO|500||InvokeReturn 2022-07-06T07:04:35.626Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-06T07:04:35.626Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-06T07:04:35.631Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-06T07:04:35.631Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89be9ed5-5a64-4b78-abb2-9ee8472981d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-06T07:04:35.631Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-06T07:04:35.631Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:04:35.633Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:04:35.633Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091075631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:04:35.733Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:04:35.734Z||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-06T07:04:35.734Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:04:35.765Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:04:35.766Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 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-06T07:04:59.885Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:04:59.886Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|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-06T07:04:59.886Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:04:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:04:59.888Z||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-06T07:04:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:05:00.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:00.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:00.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091039885, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:00.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:00.502Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:00.503Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:05:00.503Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c93f7b21-0d43-43a5-ae36-460768754a92","serviceName":"Demo_pNF_v8KI7CVmQey2reICKkqT","serviceVersion":"1.0","serviceUUID":"ec61b820-1079-4340-8b7c-52f841f1bfa3","serviceDescription":"catalog service description","serviceInvariantUUID":"9537f353-366f-47b1-b25c-08a81928078c","resources":[{"resourceInstanceName":"pNF 62b30eec-f986 0","resourceName":"pNF 62b30eec-f986","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5c5071ba-0a45-4f9a-93b5-14616da77ff7","resourceInvariantUUID":"fea363e9-33e6-485d-b030-bc7f82e0e58d","resourceCustomizationUUID":"584b5fee-f033-4ca8-9b6a-a5b793c4e953","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vf-license-model.xml","artifactChecksum":"NTVjYWM5NGZkNzAzMDVkMmM2OGNkZjVmMTk5ZjQzOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8a3c14f-42d9-4b41-aa5d-01801ab25868","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/pNF.csar","artifactChecksum":"YTJmM2E4NTk2ZDIyM2I2NmFlZTg0MjRlMDM3OWMwNjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf72e19d-b0d3-4282-ac12-b26f7abc7fa0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f39f259-1044-4379-b4e8-5fb8cc0ef2ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vendor-license-model.xml","artifactChecksum":"MDkwNzRhOTVmODNlMjIxZDMxZWE2MWFmYzkwZTQ4MjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f6418d41-f5fc-4ab6-8899-eecffb0d5e83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a24ea1ac-0fe0-4136-88d3-d01d7c95f5fd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"029ce6c7-6201-4a3e-953e-6a33966fc656","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfV8ki7cvmqey2reickkqt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml","artifactChecksum":"ZjQyODFjMGQ3NjhiNTAyODk2MzE3M2E4NjAzZTkwZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7ffaa8f-21c9-4a2d-89dd-7af4d93d2664","artifactVersion":"1"},{"artifactName":"service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar","artifactChecksum":"MzRkYzI0MjQ3MGRmN2RhYTlhNDFhNDc3ODFjN2MxNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3de6998-0643-4a96-a48f-35d8342f76a6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-06T07:05:00.506Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:05:00.506Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:05:00.508Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:05:00.508Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:00.608Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:05:00.611Z||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-06T07:05:00.612Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:05:00.625Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:00.626Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:05:01.508Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:05:01.509Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:05:01.511Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:05:01.511Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:01.612Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:05:01.613Z||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-06T07:05:01.613Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:05:01.626Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:01.626Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:05:02.512Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:05:02.513Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:05:02.514Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:05:02.515Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:02.615Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:05:02.616Z||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-06T07:05:02.616Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:05:02.630Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:02.630Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:05:03.515Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:05:03.516Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:05:03.518Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:05:03.518Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:03.618Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:05:03.620Z||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-06T07:05:03.620Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:05:03.633Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:03.633Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:05:04.519Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:05:04.520Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:05:04.521Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:05:04.522Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:04.627Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-07-06T07:05:04.629Z||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-06T07:05:04.629Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:05:04.644Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:04.645Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:05:05.522Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:05:05.523Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:05:05.525Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:05:05.525Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:05.625Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:05:05.630Z||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-06T07:05:05.630Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:05:05.646Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:05.647Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:05:06.526Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:05:06.526Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:05:06.528Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:05:06.528Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:06.628Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:05:06.629Z||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-06T07:05:06.630Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:05:06.645Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:06.645Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:05:07.529Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:05:07.530Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:05:07.532Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:05:07.532Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:05:07.632Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:05:07.633Z||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-06T07:05:07.633Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:05:07.649Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:07.649Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:05:08.533Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "serviceName": "Demo_pNF_v8KI7CVmQey2reICKkqT", "serviceVersion": "1.0", "serviceUUID": "ec61b820-1079-4340-8b7c-52f841f1bfa3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9537f353-366f-47b1-b25c-08a81928078c", "resources": [ { "resourceInstanceName": "pNF 62b30eec-f986 0", "resourceCustomizationUUID": "584b5fee-f033-4ca8-9b6a-a5b793c4e953", "resourceName": "pNF 62b30eec-f986", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5c5071ba-0a45-4f9a-93b5-14616da77ff7", "resourceInvariantUUID": "fea363e9-33e6-485d-b030-bc7f82e0e58d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "artifactChecksum": "MzRkYzI0MjQ3MGRmN2RhYTlhNDFhNDc3ODFjN2MxNjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3de6998-0643-4a96-a48f-35d8342f76a6" } ], "workloadContext": "Production" } 2022-07-06T07:05:08.534Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-06T07:05:08.534Z|89be9ed5-5a64-4b78-abb2-9ee8472981d3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ec61b820-1079-4340-8b7c-52f841f1bfa3 ASDC 2022-07-06T07:05:08.534Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:c93f7b21-0d43-43a5-ae36-460768754a92 ServiceName:Demo_pNF_v8KI7CVmQey2reICKkqT ServiceVersion:1.0 ServiceUUID:ec61b820-1079-4340-8b7c-52f841f1bfa3 ServiceInvariantUUID:9537f353-366f-47b1-b25c-08a81928078c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar ArtifactUUID:b3de6998-0643-4a96-a48f-35d8342f76a6 ArtifactChecksum:MzRkYzI0MjQ3MGRmN2RhYTlhNDFhNDc3ODFjN2MxNjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 62b30eec-f986 0 ResourceCustomizationUUID:584b5fee-f033-4ca8-9b6a-a5b793c4e953 ResourceInvariantUUID:fea363e9-33e6-485d-b030-bc7f82e0e58d ResourceName:pNF 62b30eec-f986 ResourceType:PNF ResourceUUID:5c5071ba-0a45-4f9a-93b5-14616da77ff7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-06T07:05:08.535Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec61b820-1079-4340-8b7c-52f841f1bfa3 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-06T07:05:08.560Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:05:08.561Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T07:05:08.561Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T07:05:08.562Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b3de6998-0643-4a96-a48f-35d8342f76a6 from URL: /sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:08.562Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T07:05:08.562Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:08.669Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T07:05:08.672Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar b3de6998-0643-4a96-a48f-35d8342f76a6 82640 2022-07-06T07:05:08.673Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar ASDC sendASDCNotification 2022-07-06T07:05:08.673Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:08.673Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:05:08.673Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:05:08.675Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:05:08.675Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091108673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:05:08.775Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:05:08.777Z||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-06T07:05:08.777Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:05:08.791Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:08.791Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:05:09.676Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:05:09.677Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T07:05:09.677Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b3de6998-0643-4a96-a48f-35d8342f76a6, URL: /sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar to file: /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:09.678Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:09.678Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:09.678Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:09.780Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4294897387447387723/Definitions/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml 2022-07-06T07:05:10.501Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-06T07:05:10.501Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 62b30eec-f986 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-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:10.502Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:10.503Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:10.503Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:10.503Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-06T07:05:10.503Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:05:10.503Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_v8KI7CVmQey2reICKkqT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:05:10.504Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Node template pNF 62b30eec-f986 0 is matching search criteria 2022-07-06T07:05:10.504Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-06T07:05:10.504Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 62b30eec-f986 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:05:10.504Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:05:10.504Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_v8KI7CVmQey2reICKkqT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:05:10.505Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Node template pNF 62b30eec-f986 0 is matching search criteria 2022-07-06T07:05:10.505Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-06T07:05:10.505Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 62b30eec-f986 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:05:10.505Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:05:10.505Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_v8KI7CVmQey2reICKkqT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:05:10.506Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:05:10.506Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_v8KI7CVmQey2reICKkqT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:05:10.506Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:05:10.506Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_v8KI7CVmQey2reICKkqT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:05:10.506Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:05:10.507Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_v8KI7CVmQey2reICKkqT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:05:10.507Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:05:10.507Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_v8KI7CVmQey2reICKkqT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:05:10.507Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_v8KI7CVmQey2reICKkqT Description:catalog service description Model UUID:ec61b820-1079-4340-8b7c-52f841f1bfa3 Model Version:NULL Model InvariantUuid:9537f353-366f-47b1-b25c-08a81928078c 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-06T07:05:10.511Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5c5071ba-0a45-4f9a-93b5-14616da77ff7 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-06T07:05:10.513Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||pNF 62b30eec-f986 0 2022-07-06T07:05:10.513Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5c5071ba-0a45-4f9a-93b5-14616da77ff7 2022-07-06T07:05:10.514Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ec61b820-1079-4340-8b7c-52f841f1bfa3 2022-07-06T07:05:10.514Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ec61b820-1079-4340-8b7c-52f841f1bfa3 2022-07-06T07:05:10.514Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 62b30eec-f986 0 5c5071ba-0a45-4f9a-93b5-14616da77ff7 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-06T07:05:10.516Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1096ed6b, org.onap.sdc.toscaparser.api.parameters.Input@59680a11, org.onap.sdc.toscaparser.api.parameters.Input@2304b32f, org.onap.sdc.toscaparser.api.parameters.Input@2476a478, org.onap.sdc.toscaparser.api.parameters.Input@32ce828] 2022-07-06T07:05:10.516Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:05:10.517Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_v8KI7CVmQey2reICKkqT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:05:10.517Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ec61b820-1079-4340-8b7c-52f841f1bfa3: pNF 62b30eec-f986 2022-07-06T07:05:10.517Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||Processing PNF resource: 5c5071ba-0a45-4f9a-93b5-14616da77ff7 2022-07-06T07:05:10.517Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:05:10.517Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_v8KI7CVmQey2reICKkqT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:05:10.518Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||Resource customization UUID: 584b5fee-f033-4ca8-9b6a-a5b793c4e953 is the same as notified resource customizationUUID: 584b5fee-f033-4ca8-9b6a-a5b793c4e953 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-06T07:05:10.548Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 62b30eec-f986 5c5071ba-0a45-4f9a-93b5-14616da77ff7 0 ASDC deployResourceStructure 2022-07-06T07:05:10.548Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar ASDC sendASDCNotification 2022-07-06T07:05:10.549Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar 2022-07-06T07:05:10.549Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:05:10.549Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:05:10.551Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:05:10.551Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091110548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:05:10.651Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:05:10.653Z||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-06T07:05:10.653Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:05:10.667Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:10.668Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:05:11.552Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c93f7b21-0d43-43a5-ae36-460768754a92 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:05:11.563Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c93f7b21-0d43-43a5-ae36-460768754a92 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-06T07:05:11.565Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:05:11.565Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T07:05:11.565Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T07:05:41.566Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c93f7b21-0d43-43a5-ae36-460768754a92 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:05:41.577Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c93f7b21-0d43-43a5-ae36-460768754a92 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-06T07:05:41.583Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:05:41.583Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T07:05:41.584Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T07:05:59.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:05:59.889Z||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-06T07:05:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:05:59.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:05:59.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091039885, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:05:59.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091042633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:05:59.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:05:59.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091044382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:05:59.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:05:59.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "ves-openapi-manager", "timestamp": 1657091043219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "multicloud-k8s-id", "timestamp": 1657091043603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091043037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "ves-openapi-manager", "timestamp": 1657091043219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "multicloud-k8s-id", "timestamp": 1657091043603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091043037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "ves-openapi-manager", "timestamp": 1657091043219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "multicloud-k8s-id", "timestamp": 1657091043603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091043037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "ves-openapi-manager", "timestamp": 1657091043219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "multicloud-k8s-id", "timestamp": 1657091043603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091043037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "cds", "timestamp": 1657091053572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "ves-openapi-manager", "timestamp": 1657091043219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "multicloud-k8s-id", "timestamp": 1657091043603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091043037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "cds", "timestamp": 1657091053572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "ves-openapi-manager", "timestamp": 1657091043219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-06T07:05:59.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "multicloud-k8s-id", "timestamp": 1657091043603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091043037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "cds", "timestamp": 1657091053572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "ves-openapi-manager", "timestamp": 1657091043219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "multicloud-k8s-id", "timestamp": 1657091043603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091043037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "cds", "timestamp": 1657091053572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "ves-openapi-manager", "timestamp": 1657091043219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "multicloud-k8s-id", "timestamp": 1657091043603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:05:59.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091043037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:05:59.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "cds", "timestamp": 1657091053572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091058636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:05:59.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:05:59.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "ves-openapi-manager", "timestamp": 1657091058813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:05:59.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:05:59.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "cds", "timestamp": 1657091053572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "aai-ml", "timestamp": 1657091057575, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "ves-openapi-manager", "timestamp": 1657091060094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-06T07:05:59.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:05:59.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "cds", "timestamp": 1657091053572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "policy-id", "timestamp": 1657091059767, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "aai-ml", "timestamp": 1657091057575, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091060694, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:05:59.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:05:59.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "ves-openapi-manager", "timestamp": 1657091061104, "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-06T07:05:59.959Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c93f7b21-0d43-43a5-ae36-460768754a92 2022-07-06T07:05:59.959Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c93f7b21-0d43-43a5-ae36-460768754a92 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-06T07:05:59.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "cds", "timestamp": 1657091053572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:05:59.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "policy-id", "timestamp": 1657091059767, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "aai-ml", "timestamp": 1657091057575, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091061700, "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-06T07:05:59.980Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c93f7b21-0d43-43a5-ae36-460768754a92 2022-07-06T07:05:59.980Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c93f7b21-0d43-43a5-ae36-460768754a92 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-06T07:05:59.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "cds", "timestamp": 1657091062361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:05:59.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:05:59.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "policy-id", "timestamp": 1657091059767, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "aai-ml", "timestamp": 1657091057575, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:05:59.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:05:59.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:05:59.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "cds", "timestamp": 1657091063368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-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-06T07:05:59.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c93f7b21-0d43-43a5-ae36-460768754a92 2022-07-06T07:05:59.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c93f7b21-0d43-43a5-ae36-460768754a92 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-06T07:06:00.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "policy-id", "timestamp": 1657091059767, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "aai-ml", "timestamp": 1657091057575, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "policy-id", "timestamp": 1657091059767, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "aai-ml", "timestamp": 1657091057575, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "policy-id", "timestamp": 1657091059767, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "aai-ml", "timestamp": 1657091057575, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "aai-ml", "timestamp": 1657091057575, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:06:00.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "policy-id", "timestamp": 1657091059767, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "policy-id", "timestamp": 1657091059767, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:06:00.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "aai-ml", "timestamp": 1657091066330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:00.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:00.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "policy-id", "timestamp": 1657091068568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:00.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:00.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "policy-id", "timestamp": 1657091069584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:06:00.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:00.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "clamp", "timestamp": 1657091069495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "policy-id", "timestamp": 1657091070625, "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-06T07:06:00.017Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c93f7b21-0d43-43a5-ae36-460768754a92 2022-07-06T07:06:00.017Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c93f7b21-0d43-43a5-ae36-460768754a92 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-06T07:06:00.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "clamp", "timestamp": 1657091069495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "clamp", "timestamp": 1657091069495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "clamp", "timestamp": 1657091069495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "clamp", "timestamp": 1657091069495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "aai-ml", "timestamp": 1657091073203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:06:00.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:00.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "clamp", "timestamp": 1657091069495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "aai-ml", "timestamp": 1657091074207, "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-06T07:06:00.031Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c93f7b21-0d43-43a5-ae36-460768754a92 2022-07-06T07:06:00.032Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c93f7b21-0d43-43a5-ae36-460768754a92 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-06T07:06:00.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "clamp", "timestamp": 1657091069495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:00.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "clamp", "timestamp": 1657091069495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:06:00.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:00.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "89be9ed5-5a64-4b78-abb2-9ee8472981d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091075631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:06:00.042Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:00.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "clamp", "timestamp": 1657091087990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:00.042Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:00.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "clamp", "timestamp": 1657091089996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:06:00.043Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:00.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:00.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "clamp", "timestamp": 1657091091002, "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-06T07:06:00.047Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c93f7b21-0d43-43a5-ae36-460768754a92 2022-07-06T07:06:00.047Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c93f7b21-0d43-43a5-ae36-460768754a92 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-06T07:06:11.584Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c93f7b21-0d43-43a5-ae36-460768754a92 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:06:11.595Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c93f7b21-0d43-43a5-ae36-460768754a92 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-06T07:06:11.599Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:06:11.599Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-06T07:06:11.599Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-06T07:06:11.599Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-06T07:06:11.599Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:06:11.599Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:06:11.600Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:06:11.600Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:06:11.600Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:06:11.600Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:06:11.600Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:06:11.600Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-06T07:06:11.605Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-06T07:06:41.605Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c93f7b21-0d43-43a5-ae36-460768754a92 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-06T07:06:41.611Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c93f7b21-0d43-43a5-ae36-460768754a92 and serviceModelVersionId: ec61b820-1079-4340-8b7c-52f841f1bfa3 2022-07-06T07:06:41.612Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9537f353-366f-47b1-b25c-08a81928078c 2022-07-06T07:06:41.612Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9537f353-366f-47b1-b25c-08a81928078c/model-vers/model-ver/ec61b820-1079-4340-8b7c-52f841f1bfa3?depth=0 2022-07-06T07:06:41.616Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-06T07:06:41.683Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9537f353-366f-47b1-b25c-08a81928078c/model-vers/model-ver/ec61b820-1079-4340-8b7c-52f841f1bfa3?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-06T07:06:41.685Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9537f353-366f-47b1-b25c-08a81928078c/model-vers/model-ver/ec61b820-1079-4340-8b7c-52f841f1bfa3?depth=0|INFO|500||Invoke 2022-07-06T07:06:41.705Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9537f353-366f-47b1-b25c-08a81928078c/model-vers/model-ver/ec61b820-1079-4340-8b7c-52f841f1bfa3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-06T07:06:41.806Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9537f353-366f-47b1-b25c-08a81928078c/model-vers/model-ver/ec61b820-1079-4340-8b7c-52f841f1bfa3?depth=0|INFO|500||InvokeReturn 2022-07-06T07:06:41.807Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9537f353-366f-47b1-b25c-08a81928078c/model-vers/model-ver/ec61b820-1079-4340-8b7c-52f841f1bfa3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220706-07:06:41:713-66190], vertex-id=[225376], Content-Length=[0], Date=[Wed, 06 Jul 2022 07:06:41 GMT], Content-Type=[application/json]} 2022-07-06T07:06:41.808Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-07-06T07:06:41.808Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-06T07:06:41.808Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-06T07:06:41.812Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-06T07:06:41.812Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c93f7b21-0d43-43a5-ae36-460768754a92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-06T07:06:41.812Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-06T07:06:41.813Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:41.815Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:41.815Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091201812, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:06:41.915Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:06:41.916Z||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-06T07:06:41.916Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:41.934Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:41.935Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 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-06T07:06:42.828Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:06:42.829Z|c93f7b21-0d43-43a5-ae36-460768754a92|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-06T07:06:42.829Z|c93f7b21-0d43-43a5-ae36-460768754a92|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:42.867Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:42.868Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:06:42.868Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"57070e01-f384-45bb-9638-304695c38186","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b663bac7-04fa-4cf1-8f49-d504ac7aff00","serviceDescription":"service","serviceInvariantUUID":"bb736136-81e6-4dd4-a47d-81b499ea3edf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eafa5648-f905-4cb2-bc88-f5cae6ca52fb","resourceInvariantUUID":"2b1fbc94-46e5-4abc-a123-d8319c7a8bce","resourceCustomizationUUID":"a07b1cbb-2c90-444f-bef6-83381c5c57c5","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":"YmYyYTFiNmIwYTA2MTNiNDhiNzc1ZGFlMjExNzAxZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf0dba77-b54b-41dc-b02e-ec22efb0debb","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":"5ff55b32-8e82-4bbb-85d4-6ca9632dbfbf","artifactVersion":"2","generatedFromUUID":"a6ebe93d-c151-445a-b68c-fa84627e085a"},{"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":"a6ebe93d-c151-445a-b68c-fa84627e085a","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":"ZWM4Mjk2NTgwM2I4YzVkOThiZWFhN2ZkZDUyYTYwNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a795e8c5-3163-448e-8fba-4856021d769a","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":"e919d8d0-4835-4fb7-94ca-509762320122","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":"b30a6883-57ae-4913-bd60-866f42c2b8ac","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":"ba0f4676-b5a3-4f25-b6af-fc6343988050","artifactVersion":"2","generatedFromUUID":"e919d8d0-4835-4fb7-94ca-509762320122"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjIwN2NhMTA0MzM0NjU3M2Y2ZWNmZmI4MGUwMWVmYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdeae7dc-eea0-47be-a2f6-5f09428bd221","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDJiMzY2ZjRlMmU3M2I3YzhiZmNmZWU4ZDg2OGYxOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1d5332c-fcf3-4914-8f27-76129c02005a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-06T07:06:42.872Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:06:42.873Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:42.875Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:42.875Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:42.975Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:06:42.977Z||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-06T07:06:42.977Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:42.992Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:42.993Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:06:43.876Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:06:43.876Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:43.878Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:43.878Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-06T07:06:43.978Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:06:43.979Z||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-06T07:06:43.979Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:43.996Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:43.997Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:06:44.878Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:06:44.879Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:44.881Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:44.881Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-06T07:06:44.982Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-06T07:06:44.983Z||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-06T07:06:44.983Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:44.998Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:44.999Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:06:45.882Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:06:45.882Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:45.884Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:45.884Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:06:45.984Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:06:45.985Z||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-06T07:06:45.986Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:46.009Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:46.010Z||pool-54-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:06:46.885Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:06:46.886Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:46.887Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:46.887Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-06T07:06:46.987Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:06:46.989Z||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-06T07:06:46.989Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:47.003Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:47.004Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:06:47.888Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:06:47.889Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:47.890Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:47.890Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:47.991Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:06:47.991Z||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-06T07:06:47.992Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:48.005Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:48.006Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:06:48.891Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:06:48.892Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:48.893Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:48.894Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-06T07:06:48.994Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:06:48.995Z||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-06T07:06:48.995Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:49.010Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:49.011Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:06:49.894Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:06:49.895Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:49.897Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:49.897Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:49.998Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-06T07:06:49.999Z||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-06T07:06:49.999Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:50.016Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:50.016Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:06:50.898Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:06:50.899Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:50.901Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:50.901Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:06:51.001Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:06:51.002Z||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-06T07:06:51.002Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:51.014Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:51.014Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:06:51.903Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "b663bac7-04fa-4cf1-8f49-d504ac7aff00", "serviceDescription": "service", "serviceInvariantUUID": "bb736136-81e6-4dd4-a47d-81b499ea3edf", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "a07b1cbb-2c90-444f-bef6-83381c5c57c5", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "eafa5648-f905-4cb2-bc88-f5cae6ca52fb", "resourceInvariantUUID": "2b1fbc94-46e5-4abc-a123-d8319c7a8bce", "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": "5ff55b32-8e82-4bbb-85d4-6ca9632dbfbf", "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": "a6ebe93d-c151-445a-b68c-fa84627e085a", "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": "ZWM4Mjk2NTgwM2I4YzVkOThiZWFhN2ZkZDUyYTYwNmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a795e8c5-3163-448e-8fba-4856021d769a", "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": "e919d8d0-4835-4fb7-94ca-509762320122", "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": "ba0f4676-b5a3-4f25-b6af-fc6343988050", "generatedFromUUID": "e919d8d0-4835-4fb7-94ca-509762320122" }, "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": "ba0f4676-b5a3-4f25-b6af-fc6343988050", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NDJiMzY2ZjRlMmU3M2I3YzhiZmNmZWU4ZDg2OGYxOTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5332c-fcf3-4914-8f27-76129c02005a" } ], "workloadContext": "Production" } 2022-07-06T07:06:51.903Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-06T07:06:51.903Z|c93f7b21-0d43-43a5-ae36-460768754a92|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b663bac7-04fa-4cf1-8f49-d504ac7aff00 ASDC 2022-07-06T07:06:51.904Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:57070e01-f384-45bb-9638-304695c38186 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:b663bac7-04fa-4cf1-8f49-d504ac7aff00 ServiceInvariantUUID:bb736136-81e6-4dd4-a47d-81b499ea3edf 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:e1d5332c-fcf3-4914-8f27-76129c02005a ArtifactChecksum:NDJiMzY2ZjRlMmU3M2I3YzhiZmNmZWU4ZDg2OGYxOTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:a07b1cbb-2c90-444f-bef6-83381c5c57c5 ResourceInvariantUUID:2b1fbc94-46e5-4abc-a123-d8319c7a8bce ResourceName:basic_cnf ResourceType:VF ResourceUUID:eafa5648-f905-4cb2-bc88-f5cae6ca52fb 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:5ff55b32-8e82-4bbb-85d4-6ca9632dbfbf 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:a6ebe93d-c151-445a-b68c-fa84627e085a 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:a795e8c5-3163-448e-8fba-4856021d769a ArtifactChecksum:ZWM4Mjk2NTgwM2I4YzVkOThiZWFhN2ZkZDUyYTYwNmI= 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:e919d8d0-4835-4fb7-94ca-509762320122 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:ba0f4676-b5a3-4f25-b6af-fc6343988050 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:ba0f4676-b5a3-4f25-b6af-fc6343988050 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-06T07:06:51.904Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b663bac7-04fa-4cf1-8f49-d504ac7aff00 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-06T07:06:51.941Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:06:51.942Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T07:06:51.943Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T07:06:51.943Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e1d5332c-fcf3-4914-8f27-76129c02005a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-06T07:06:51.943Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T07:06:51.944Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-06T07:06:52.054Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T07:06:52.057Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e1d5332c-fcf3-4914-8f27-76129c02005a 68950 2022-07-06T07:06:52.057Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:52.058Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:52.058Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:06:52.058Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:52.060Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:52.060Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091212057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:52.160Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:06:52.161Z||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-06T07:06:52.162Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:52.175Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:52.175Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:06:53.061Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:06:53.062Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T07:06:53.062Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e1d5332c-fcf3-4914-8f27-76129c02005a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-06T07:06:53.062Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-07-06T07:06:53.063Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-06T07:06:53.063Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-06T07:06:53.229Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10529942213004915729/Definitions/service-BasicCnf-template.yml 2022-07-06T07:06:54.348Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-06T07:06:54.348Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-06T07:06:54.348Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-06T07:06:54.349Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-06T07:06:54.349Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:54.349Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:54.349Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-06T07:06:54.349Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:54.349Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-06T07:06:54.349Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.350Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:06:54.350Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-06T07:06:54.350Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-06T07:06:54.350Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:06:54.351Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.351Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:06:54.351Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-06T07:06:54.351Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-06T07:06:54.352Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:06:54.352Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.352Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:06:54.352Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.352Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-06T07:06:54.352Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-07-06T07:06:54.353Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-07-06T07:06:54.353Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-06T07:06:54.353Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.353Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-06T07:06:54.354Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.354Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-06T07:06:54.354Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:06:54.354Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.354Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-06T07:06:54.354Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:06:54.355Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.355Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-06T07:06:54.355Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:06:54.355Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.355Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-06T07:06:54.356Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-06T07:06:54.356Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4da5f30a-6637-4fc2-986b-668f469e330e 2022-07-06T07:06:54.356Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.356Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:06:54.356Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.357Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:06:54.357Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.357Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:06:54.357Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:06:54.357Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:06:54.358Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:b663bac7-04fa-4cf1-8f49-d504ac7aff00 Model Version:NULL Model InvariantUuid:bb736136-81e6-4dd4-a47d-81b499ea3edf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:6eba2f34-157d-4f37-9e25-a1ca836e6f59 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2b1fbc94-46e5-4abc-a123-d8319c7a8bce Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a07b1cbb-2c90-444f-bef6-83381c5c57c5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:75b7d504-f7a5-4d5d-930f-4c74b4851700 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:25641537-a9f1-4dfc-bf35-6f88ec4523d2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4da5f30a-6637-4fc2-986b-668f469e330e ModelInvariantUuid:ee5cea93-87ad-42b1-a7a1-d1593b0ad410 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9dbebeb5-d251-4ca0-aaca-9d583d0c02dc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:9d843fb8-89b4-45df-b0b2-e990b3bafac3 ModelInvariantUuid:acf2b2ba-c443-4581-9291-2fdcb0d80280 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:1aaf6601-07ab-4b6f-b2b7-ac483d609818 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-06T07:06:54.361Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: eafa5648-f905-4cb2-bc88-f5cae6ca52fb 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-06T07:06:54.363Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-07-06T07:06:54.364Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eafa5648-f905-4cb2-bc88-f5cae6ca52fb 2022-07-06T07:06:54.364Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5ff55b32-8e82-4bbb-85d4-6ca9632dbfbf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-06T07:06:54.364Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T07:06:54.364Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:54.414Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T07:06:54.415Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5ff55b32-8e82-4bbb-85d4-6ca9632dbfbf 12 2022-07-06T07:06:54.415Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:54.415Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:54.416Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:06:54.416Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:54.418Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:54.418Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091214415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:54.518Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:06:54.519Z||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-06T07:06:54.519Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:54.535Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:54.535Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:06:55.419Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a6ebe93d-c151-445a-b68c-fa84627e085a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-06T07:06:55.419Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T07:06:55.419Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:55.480Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T07:06:55.480Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a6ebe93d-c151-445a-b68c-fa84627e085a 2688 2022-07-06T07:06:55.480Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:55.480Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:55.480Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:06:55.481Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:55.482Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:55.482Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091215480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:55.582Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:06:55.583Z||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-06T07:06:55.583Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:55.596Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:55.596Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:06:56.484Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a795e8c5-3163-448e-8fba-4856021d769a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-06T07:06:56.484Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T07:06:56.484Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:56.637Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T07:06:56.637Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a795e8c5-3163-448e-8fba-4856021d769a 828 2022-07-06T07:06:56.637Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:56.638Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:56.638Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:06:56.638Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:56.640Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:56.640Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091216637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:56.740Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:06:56.741Z||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-06T07:06:56.741Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:56.770Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:56.770Z||pool-63-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:06:57.641Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "75b7d504-f7a5-4d5d-930f-4c74b4851700", "vfModuleModelVersion": "1", "vfModuleModelUUID": "25641537-a9f1-4dfc-bf35-6f88ec4523d2", "vfModuleModelCustomizationUUID": "c9f1ae3b-9e3b-4f6c-89b4-d8282daeb52a", "isBase": true, "artifacts": [ "a6ebe93d-c151-445a-b68c-fa84627e085a", "e919d8d0-4835-4fb7-94ca-509762320122", "ba0f4676-b5a3-4f25-b6af-fc6343988050" ], "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-06T07:06:57.645Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:25641537-a9f1-4dfc-bf35-6f88ec4523d2 VfModuleModelInvariantUUID:75b7d504-f7a5-4d5d-930f-4c74b4851700 VfModuleModelDescription:NULL Artifacts UUID List:{ a6ebe93d-c151-445a-b68c-fa84627e085a , e919d8d0-4835-4fb7-94ca-509762320122 , ba0f4676-b5a3-4f25-b6af-fc6343988050 } 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-06T07:06:57.647Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "75b7d504-f7a5-4d5d-930f-4c74b4851700", "vfModuleModelVersion": "1", "vfModuleModelUUID": "25641537-a9f1-4dfc-bf35-6f88ec4523d2", "vfModuleModelCustomizationUUID": "c9f1ae3b-9e3b-4f6c-89b4-d8282daeb52a", "isBase": true, "artifacts": [ "a6ebe93d-c151-445a-b68c-fa84627e085a", "e919d8d0-4835-4fb7-94ca-509762320122", "ba0f4676-b5a3-4f25-b6af-fc6343988050" ], "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-06T07:06:57.647Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:25641537-a9f1-4dfc-bf35-6f88ec4523d2 VfModuleModelInvariantUUID:75b7d504-f7a5-4d5d-930f-4c74b4851700 VfModuleModelDescription:NULL Artifacts UUID List:{ a6ebe93d-c151-445a-b68c-fa84627e085a , e919d8d0-4835-4fb7-94ca-509762320122 , ba0f4676-b5a3-4f25-b6af-fc6343988050 } 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-06T07:06:57.648Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e919d8d0-4835-4fb7-94ca-509762320122 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-06T07:06:57.648Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T07:06:57.648Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:57.774Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T07:06:57.774Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e919d8d0-4835-4fb7-94ca-509762320122 1164 2022-07-06T07:06:57.774Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:57.775Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:57.775Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:06:57.775Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:57.777Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:57.777Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091217774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:57.878Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-06T07:06:57.879Z||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-06T07:06:57.879Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:57.892Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:57.893Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:06:58.778Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ba0f4676-b5a3-4f25-b6af-fc6343988050 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-06T07:06:58.778Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T07:06:58.778Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:58.867Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T07:06:58.867Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ba0f4676-b5a3-4f25-b6af-fc6343988050 200 2022-07-06T07:06:58.867Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:58.867Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:06:58.868Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:06:58.868Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:06:58.870Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:06:58.870Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091218867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:58.970Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:06:58.970Z||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-06T07:06:58.971Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:58.985Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:58.985Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:06:59.870Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b663bac7-04fa-4cf1-8f49-d504ac7aff00 2022-07-06T07:06:59.871Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 eafa5648-f905-4cb2-bc88-f5cae6ca52fb 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=? 2022-07-06T07:06:59.888Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:06:59.888Z||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-06T07:06:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:06:59.908Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:06:59.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "clamp", "timestamp": 1657091099495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "cds", "timestamp": 1657091098572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "policy-id", "timestamp": 1657091099768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091103037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "clamp", "timestamp": 1657091099495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "cds", "timestamp": 1657091098572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "ves-openapi-manager", "timestamp": 1657091103220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "policy-id", "timestamp": 1657091099768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091103604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091103037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "clamp", "timestamp": 1657091099495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "cds", "timestamp": 1657091098572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "ves-openapi-manager", "timestamp": 1657091103220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "policy-id", "timestamp": 1657091099768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091103604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-06T07:06:59.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091103037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "clamp", "timestamp": 1657091099495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:06:59.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "cds", "timestamp": 1657091098572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "ves-openapi-manager", "timestamp": 1657091103220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "policy-id", "timestamp": 1657091099768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091103604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-06T07:06:59.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091103037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "clamp", "timestamp": 1657091099495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "cds", "timestamp": 1657091098572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "ves-openapi-manager", "timestamp": 1657091103220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "policy-id", "timestamp": 1657091099768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-06T07:06:59.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/resourceInstances/pnf62b30eecf9860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091103604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:06:59.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091103037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "clamp", "timestamp": 1657091099495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "ves-openapi-manager", "timestamp": 1657091103220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "cds", "timestamp": 1657091098572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "policy-id", "timestamp": 1657091099768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091103604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-06T07:06:59.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091103037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "clamp", "timestamp": 1657091099495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "cds", "timestamp": 1657091098572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "ves-openapi-manager", "timestamp": 1657091103220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "policy-id", "timestamp": 1657091099768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091099885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:06:59.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091103604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091103037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "clamp", "timestamp": 1657091099495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "ves-openapi-manager", "timestamp": 1657091103220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "cds", "timestamp": 1657091098572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "policy-id", "timestamp": 1657091099768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091103604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-06T07:06:59.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091108673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:59.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091103037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "clamp", "timestamp": 1657091099495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:06:59.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "ves-openapi-manager", "timestamp": 1657091103220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "cds", "timestamp": 1657091098572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:06:59.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "policy-id", "timestamp": 1657091099768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:06:59.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091103604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091103037, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:06:59.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "ves-openapi-manager", "timestamp": 1657091103220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "cds", "timestamp": 1657091111996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:59.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "policy-id", "timestamp": 1657091111989, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:59.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091110548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfV8ki7cvmqey2reickkqt/1.0/artifacts/service-DemoPnfV8ki7cvmqey2reickkqt-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:06:59.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091103604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:06:59.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091112835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:59.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "cds", "timestamp": 1657091113009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-06T07:06:59.949Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 57070e01-f384-45bb-9638-304695c38186 2022-07-06T07:06:59.949Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57070e01-f384-45bb-9638-304695c38186 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-06T07:06:59.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "policy-id", "timestamp": 1657091112998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:06:59.957Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091113433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:59.957Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "policy-id", "timestamp": 1657091114002, "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-06T07:06:59.961Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57070e01-f384-45bb-9638-304695c38186 2022-07-06T07:06:59.961Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57070e01-f384-45bb-9638-304695c38186 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-06T07:06:59.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091114636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:59.967Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091115653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:06:59.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091115709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:59.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091116659, "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-06T07:06:59.972Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 57070e01-f384-45bb-9638-304695c38186 2022-07-06T07:06:59.972Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57070e01-f384-45bb-9638-304695c38186 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-06T07:06:59.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091116791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:59.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091117975, "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-06T07:06:59.983Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57070e01-f384-45bb-9638-304695c38186 2022-07-06T07:06:59.983Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57070e01-f384-45bb-9638-304695c38186 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-06T07:06:59.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "multicloud-k8s-id", "timestamp": 1657091118994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T07:06:59.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "aai-ml", "timestamp": 1657091117575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "aai-ml", "timestamp": 1657091117575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "aai-ml", "timestamp": 1657091117575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "aai-ml", "timestamp": 1657091117575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "clamp", "timestamp": 1657091122994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:06:59.991Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "aai-ml", "timestamp": 1657091117575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "clamp", "timestamp": 1657091124084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:06:59.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:06:59.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "aai-ml", "timestamp": 1657091117575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:06:59.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:06:59.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:06:59.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "clamp", "timestamp": 1657091125089, "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-06T07:06:59.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 57070e01-f384-45bb-9638-304695c38186 2022-07-06T07:06:59.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57070e01-f384-45bb-9638-304695c38186 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-06T07:07:00.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "aai-ml", "timestamp": 1657091117575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "aai-ml", "timestamp": 1657091117575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "aai-ml", "timestamp": 1657091117575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:07:00.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "aai-ml", "timestamp": 1657091127321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:00.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "multicloud-k8s-id", "timestamp": 1657091123604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "policy-id", "timestamp": 1657091119768, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "cds", "timestamp": 1657091128572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "ves-openapi-manager", "timestamp": 1657091123221, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "clamp", "timestamp": 1657091129495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "multicloud-k8s-id", "timestamp": 1657091123604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:07:00.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "cds", "timestamp": 1657091128572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "policy-id", "timestamp": 1657091119768, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "ves-openapi-manager", "timestamp": 1657091123221, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "clamp", "timestamp": 1657091129495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:07:00.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "cds", "timestamp": 1657091128572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "multicloud-k8s-id", "timestamp": 1657091123604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-06T07:07:00.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "policy-id", "timestamp": 1657091119768, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-06T07:07:00.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "ves-openapi-manager", "timestamp": 1657091123221, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "clamp", "timestamp": 1657091129495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "multicloud-k8s-id", "timestamp": 1657091123604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "cds", "timestamp": 1657091128572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "policy-id", "timestamp": 1657091119768, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "ves-openapi-manager", "timestamp": 1657091123221, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "clamp", "timestamp": 1657091129495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091133037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "multicloud-k8s-id", "timestamp": 1657091123604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-06T07:07:00.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "cds", "timestamp": 1657091128572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "policy-id", "timestamp": 1657091119768, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "ves-openapi-manager", "timestamp": 1657091123221, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "clamp", "timestamp": 1657091129495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091133037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "cds", "timestamp": 1657091128572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "multicloud-k8s-id", "timestamp": 1657091123604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "policy-id", "timestamp": 1657091119768, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "ves-openapi-manager", "timestamp": 1657091123221, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "clamp", "timestamp": 1657091129495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091133037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "cds", "timestamp": 1657091128572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:07:00.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "policy-id", "timestamp": 1657091119768, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:07:00.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "multicloud-k8s-id", "timestamp": 1657091123604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:07:00.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "ves-openapi-manager", "timestamp": 1657091123221, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "clamp", "timestamp": 1657091129495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:07:00.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091133037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "multicloud-k8s-id", "timestamp": 1657091137020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:00.031Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "cds", "timestamp": 1657091137003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:00.032Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "policy-id", "timestamp": 1657091136999, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:00.032Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091133037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "cds", "timestamp": 1657091138010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-06T07:07:00.044Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99ec64fa-bf71-45ee-bb0f-aee2e04270df 2022-07-06T07:07:00.045Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99ec64fa-bf71-45ee-bb0f-aee2e04270df 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-06T07:07:00.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "policy-id", "timestamp": 1657091138003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:07:00.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "multicloud-k8s-id", "timestamp": 1657091138108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:00.053Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091133037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "aai-ml", "timestamp": 1657091137691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:07:00.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "policy-id", "timestamp": 1657091139006, "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-06T07:07:00.059Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99ec64fa-bf71-45ee-bb0f-aee2e04270df 2022-07-06T07:07:00.059Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99ec64fa-bf71-45ee-bb0f-aee2e04270df 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-06T07:07:00.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "multicloud-k8s-id", "timestamp": 1657091139257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:00.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091133037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:07:00.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "aai-ml", "timestamp": 1657091138695, "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-06T07:07:00.071Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 57070e01-f384-45bb-9638-304695c38186 2022-07-06T07:07:00.071Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57070e01-f384-45bb-9638-304695c38186 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-06T07:07:00.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "multicloud-k8s-id", "timestamp": 1657091140288, "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-06T07:07:00.081Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99ec64fa-bf71-45ee-bb0f-aee2e04270df 2022-07-06T07:07:00.081Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99ec64fa-bf71-45ee-bb0f-aee2e04270df 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-06T07:07:00.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091140870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:00.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "clamp", "timestamp": 1657091140998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:00.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "multicloud-k8s-id", "timestamp": 1657091141293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T07:07:00.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "clamp", "timestamp": 1657091143007, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:07:00.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091143579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:07:00.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:00.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "clamp", "timestamp": 1657091144011, "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-06T07:07:00.092Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 99ec64fa-bf71-45ee-bb0f-aee2e04270df 2022-07-06T07:07:00.093Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99ec64fa-bf71-45ee-bb0f-aee2e04270df 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-06T07:07:00.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657091144585, "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-06T07:07:00.103Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99ec64fa-bf71-45ee-bb0f-aee2e04270df 2022-07-06T07:07:00.103Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99ec64fa-bf71-45ee-bb0f-aee2e04270df 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-06T07:07:00.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "aai-ml", "timestamp": 1657091147575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "aai-ml", "timestamp": 1657091147575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "aai-ml", "timestamp": 1657091147575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "aai-ml", "timestamp": 1657091147575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "aai-ml", "timestamp": 1657091147575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "aai-ml", "timestamp": 1657091147575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:00.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "aai-ml", "timestamp": 1657091147575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:07:00.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:00.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-06T07:07:00.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "aai-ml", "timestamp": 1657091155322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:00.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-07-06T07:07:00.545Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-06T07:07:00.549Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@427b3ce7, org.onap.sdc.toscaparser.api.parameters.Input@3f0027ab, org.onap.sdc.toscaparser.api.parameters.Input@617de893, org.onap.sdc.toscaparser.api.parameters.Input@71880ed9, org.onap.sdc.toscaparser.api.parameters.Input@6a8f880b] 2022-07-06T07:07:00.550Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.550Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:00.550Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-07-06T07:07:00.551Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a07b1cbb-2c90-444f-bef6-83381c5c57c5 2022-07-06T07:07:00.551Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a07b1cbb-2c90-444f-bef6-83381c5c57c5 matches Tosca VF Customization UUID: a07b1cbb-2c90-444f-bef6-83381c5c57c5 2022-07-06T07:07:00.551Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a07b1cbb-2c90-444f-bef6-83381c5c57c5 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-06T07:07:00.553Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.553Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:00.553Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a07b1cbb-2c90-444f-bef6-83381c5c57c5: {\"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-06T07:07:00.553Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b74a7a4 2022-07-06T07:07:00.554Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.554Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-06T07:07:00.554Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c9f1ae3b-9e3b-4f6c-89b4-d8282daeb52a 2022-07-06T07:07:00.554Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c9f1ae3b-9e3b-4f6c-89b4-d8282daeb52a 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-06T07:07:00.556Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.556Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-06T07:07:00.556Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:07:00.556Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.557Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-06T07:07:00.557Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:07:00.557Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.557Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-06T07:07:00.557Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-06T07:07:00.558Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4da5f30a-6637-4fc2-986b-668f469e330e 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-06T07:07:00.559Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.559Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-06T07:07:00.559Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:07:00.560Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.560Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-06T07:07:00.560Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a07b1cbb-2c90-444f-bef6-83381c5c57c5 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-06T07:07:00.561Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.561Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:00.561Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b663bac7-04fa-4cf1-8f49-d504ac7aff00: basic_cnf 2022-07-06T07:07:00.562Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.562Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:00.562Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.562Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:00.562Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.562Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:00.563Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.563Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:00.563Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:00.563Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:00.564Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:00.608Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf eafa5648-f905-4cb2-bc88-f5cae6ca52fb 1 ASDC deployResourceStructure 2022-07-06T07:07:00.608Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:00.608Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:00.609Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-06T07:07:00.609Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:00.610Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:00.610Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091220608, "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-06T07:07:00.711Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:00.711Z||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-06T07:07:00.712Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:00.724Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:00.724Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:01.611Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:01.611Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:01.612Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-06T07:07:01.612Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:01.613Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:01.614Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091221611, "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-06T07:07:01.714Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:01.715Z||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-06T07:07:01.715Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:01.729Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:01.729Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:02.614Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:02.614Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:02.615Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:07:02.615Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:02.617Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:02.617Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091222614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T07:07:02.717Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:02.718Z||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-06T07:07:02.718Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:02.731Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:02.732Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:03.617Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:03.618Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:03.618Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:07:03.618Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:03.620Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:03.620Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091223617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-06T07:07:03.720Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:03.721Z||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-06T07:07:03.721Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:03.737Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:03.737Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:04.621Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:04.621Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:04.621Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:07:04.621Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:04.623Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:04.623Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091224620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-06T07:07:04.723Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:04.724Z||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-06T07:07:04.724Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:04.737Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:04.737Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:07:05.625Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:05.625Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||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-06T07:07:05.625Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:07:05.625Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:05.627Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:05.627Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091225623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:07:05.727Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:05.728Z||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-06T07:07:05.728Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:05.808Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:05.808Z||pool-71-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:06.627Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57070e01-f384-45bb-9638-304695c38186 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:07:06.638Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57070e01-f384-45bb-9638-304695c38186 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-06T07:07:06.640Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:07:06.640Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-06T07:07:06.640Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-06T07:07:06.640Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-06T07:07:06.640Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:07:06.640Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:07:06.641Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:07:06.641Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:07:06.641Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:07:06.641Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:07:06.641Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-06T07:07:06.645Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-06T07:07:36.645Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 57070e01-f384-45bb-9638-304695c38186 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-06T07:07:36.652Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 57070e01-f384-45bb-9638-304695c38186 and serviceModelVersionId: b663bac7-04fa-4cf1-8f49-d504ac7aff00 2022-07-06T07:07:36.652Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bb736136-81e6-4dd4-a47d-81b499ea3edf 2022-07-06T07:07:36.653Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bb736136-81e6-4dd4-a47d-81b499ea3edf/model-vers/model-ver/b663bac7-04fa-4cf1-8f49-d504ac7aff00?depth=0 2022-07-06T07:07:36.657Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-06T07:07:36.704Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb736136-81e6-4dd4-a47d-81b499ea3edf/model-vers/model-ver/b663bac7-04fa-4cf1-8f49-d504ac7aff00?depth=0|INFO|500||Invoke 2022-07-06T07:07:36.704Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb736136-81e6-4dd4-a47d-81b499ea3edf/model-vers/model-ver/b663bac7-04fa-4cf1-8f49-d504ac7aff00?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb736136-81e6-4dd4-a47d-81b499ea3edf/model-vers/model-ver/b663bac7-04fa-4cf1-8f49-d504ac7aff00?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[57070e01-f384-45bb-9638-304695c38186], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b522477-b623-43cd-8c6b-96909c602c28], X-ECOMP-RequestID=[57070e01-f384-45bb-9638-304695c38186], X-TransactionId=[], X-ONAP-RequestID=[57070e01-f384-45bb-9638-304695c38186], Content-Type=[application/merge-patch+json]} 2022-07-06T07:07:36.723Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb736136-81e6-4dd4-a47d-81b499ea3edf/model-vers/model-ver/b663bac7-04fa-4cf1-8f49-d504ac7aff00?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-06T07:07:36.855Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb736136-81e6-4dd4-a47d-81b499ea3edf/model-vers/model-ver/b663bac7-04fa-4cf1-8f49-d504ac7aff00?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/bb736136-81e6-4dd4-a47d-81b499ea3edf/model-vers/model-ver/b663bac7-04fa-4cf1-8f49-d504ac7aff00?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220706-07:07:36:730-51590], vertex-id=[200840], Content-Length=[0], Date=[Wed, 06 Jul 2022 07:07:36 GMT], Content-Type=[application/json]} 2022-07-06T07:07:36.856Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb736136-81e6-4dd4-a47d-81b499ea3edf/model-vers/model-ver/b663bac7-04fa-4cf1-8f49-d504ac7aff00?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-06T07:07:36.856Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb736136-81e6-4dd4-a47d-81b499ea3edf/model-vers/model-ver/b663bac7-04fa-4cf1-8f49-d504ac7aff00?depth=0|INFO|500||InvokeReturn 2022-07-06T07:07:36.856Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-06T07:07:36.856Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-06T07:07:36.860Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-06T07:07:36.860Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 57070e01-f384-45bb-9638-304695c38186 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-06T07:07:36.861Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-06T07:07:36.861Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:36.862Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:36.862Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091256860, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:07:36.963Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-06T07:07:36.964Z||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-06T07:07:36.964Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:36.981Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:36.982Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 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-06T07:07:37.873Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:07:37.873Z|57070e01-f384-45bb-9638-304695c38186|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-06T07:07:37.873Z|57070e01-f384-45bb-9638-304695c38186|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:38.396Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:38.397Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:07:38.397Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"99ec64fa-bf71-45ee-bb0f-aee2e04270df","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cddbd26c-5972-4eed-8192-28b75e27886f","serviceDescription":"service","serviceInvariantUUID":"0db10bf5-da88-4569-b8c7-ec551fd4f8fc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a155fb72-3e4f-4e69-b024-b18f9eb1807e","resourceInvariantUUID":"2461b907-a317-4b28-a9c1-03f5c4e7a5bd","resourceCustomizationUUID":"5bcfd9ae-d189-48f3-885d-ccb7170e8fa4","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":"YmMzYzZlY2RiODMyZTNkYjhlYjE0MDMzZWNiNmEwZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"488b4e3d-5469-4114-aaef-74bcdd19a210","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":"ODhkNzY0MWViMWJiNmI3ZmVkMzU1NmQ5MmIwZDU2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b32fd551-d922-4ad7-9f3d-5793281ef9a6","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":"66d58e90-51c3-4431-b589-226f6c937f7b","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":"705a2f66-b199-478c-967c-255b4e252767","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":"ababf229-ce5f-4ac0-8bb0-569e349a1ceb","artifactVersion":"2","generatedFromUUID":"66d58e90-51c3-4431-b589-226f6c937f7b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Zjk4NDhjMWNlMjMxYTRkNWM0YzQzNzE0Y2E5NjdjZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c9cff27-e140-46b1-99a9-f12fbf187d94","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTRlMTQ2MDVhZWNlZTIwNjljYTkzNmNlYWUwZGMxMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4baf27f5-efe8-4533-b1d8-009410fbc5c1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-06T07:07:38.399Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:07:38.399Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:38.401Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:38.401Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:38.501Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:38.502Z||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-06T07:07:38.502Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:38.518Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:38.518Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:07:39.402Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:07:39.402Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:39.404Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:39.404Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:07:39.504Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:07:39.505Z||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-06T07:07:39.505Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:39.520Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:39.520Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:40.405Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:07:40.406Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:40.408Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:40.408Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-06T07:07:40.509Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-06T07:07:40.509Z||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-06T07:07:40.509Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:40.524Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:40.524Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:41.409Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:07:41.409Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:41.411Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:41.411Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:41.512Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-06T07:07:41.512Z||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-06T07:07:41.512Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:41.527Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:41.528Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:42.412Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:07:42.413Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:42.414Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:42.414Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-06T07:07:42.515Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:42.516Z||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-06T07:07:42.516Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:42.528Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:42.529Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:43.415Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:07:43.416Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:43.417Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:43.418Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:43.518Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:43.520Z||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-06T07:07:43.520Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:43.535Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:43.536Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:44.418Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:07:44.419Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:44.421Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:44.421Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:07:44.521Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:44.522Z||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-06T07:07:44.522Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:44.535Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:44.536Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:07:45.422Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "cddbd26c-5972-4eed-8192-28b75e27886f", "serviceDescription": "service", "serviceInvariantUUID": "0db10bf5-da88-4569-b8c7-ec551fd4f8fc", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5bcfd9ae-d189-48f3-885d-ccb7170e8fa4", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a155fb72-3e4f-4e69-b024-b18f9eb1807e", "resourceInvariantUUID": "2461b907-a317-4b28-a9c1-03f5c4e7a5bd", "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": "ODhkNzY0MWViMWJiNmI3ZmVkMzU1NmQ5MmIwZDU2NDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b32fd551-d922-4ad7-9f3d-5793281ef9a6", "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": "66d58e90-51c3-4431-b589-226f6c937f7b", "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": "ababf229-ce5f-4ac0-8bb0-569e349a1ceb", "generatedFromUUID": "66d58e90-51c3-4431-b589-226f6c937f7b" }, "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": "ababf229-ce5f-4ac0-8bb0-569e349a1ceb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OTRlMTQ2MDVhZWNlZTIwNjljYTkzNmNlYWUwZGMxMjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4baf27f5-efe8-4533-b1d8-009410fbc5c1" } ], "workloadContext": "Production" } 2022-07-06T07:07:45.422Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-06T07:07:45.423Z|57070e01-f384-45bb-9638-304695c38186|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cddbd26c-5972-4eed-8192-28b75e27886f ASDC 2022-07-06T07:07:45.423Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:99ec64fa-bf71-45ee-bb0f-aee2e04270df ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:cddbd26c-5972-4eed-8192-28b75e27886f ServiceInvariantUUID:0db10bf5-da88-4569-b8c7-ec551fd4f8fc 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:4baf27f5-efe8-4533-b1d8-009410fbc5c1 ArtifactChecksum:OTRlMTQ2MDVhZWNlZTIwNjljYTkzNmNlYWUwZGMxMjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5bcfd9ae-d189-48f3-885d-ccb7170e8fa4 ResourceInvariantUUID:2461b907-a317-4b28-a9c1-03f5c4e7a5bd ResourceName:basic_vm ResourceType:VF ResourceUUID:a155fb72-3e4f-4e69-b024-b18f9eb1807e 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:b32fd551-d922-4ad7-9f3d-5793281ef9a6 ArtifactChecksum:ODhkNzY0MWViMWJiNmI3ZmVkMzU1NmQ5MmIwZDU2NDI= 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:66d58e90-51c3-4431-b589-226f6c937f7b 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:ababf229-ce5f-4ac0-8bb0-569e349a1ceb 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:ababf229-ce5f-4ac0-8bb0-569e349a1ceb ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-06T07:07:45.423Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cddbd26c-5972-4eed-8192-28b75e27886f 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-06T07:07:45.456Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:07:45.457Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T07:07:45.457Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T07:07:45.457Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4baf27f5-efe8-4533-b1d8-009410fbc5c1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-06T07:07:45.457Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T07:07:45.458Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-06T07:07:45.577Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T07:07:45.580Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4baf27f5-efe8-4533-b1d8-009410fbc5c1 71061 2022-07-06T07:07:45.581Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:45.581Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:45.581Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:07:45.581Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:45.583Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:45.583Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091265581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:45.683Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:07:45.684Z||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-06T07:07:45.684Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:45.700Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:45.701Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:07:46.587Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:07:46.590Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-06T07:07:46.591Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4baf27f5-efe8-4533-b1d8-009410fbc5c1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-07-06T07:07:46.591Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-07-06T07:07:46.592Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-07-06T07:07:46.592Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-07-06T07:07:46.738Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14946656052443847012/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-06T07:07:47.804Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-06T07:07:47.804Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-06T07:07:47.805Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-06T07:07:47.805Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-06T07:07:47.805Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:47.805Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:47.806Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-06T07:07:47.806Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-06T07:07:47.806Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-06T07:07:47.807Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:47.807Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-06T07:07:47.807Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:47.807Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-06T07:07:47.808Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-06T07:07:47.808Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.808Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:47.809Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-06T07:07:47.809Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-06T07:07:47.809Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:07:47.810Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.810Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:47.810Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-06T07:07:47.811Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-06T07:07:47.811Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:07:47.811Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.812Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:47.812Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.812Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-06T07:07:47.813Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-07-06T07:07:47.813Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-07-06T07:07:47.813Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-07-06T07:07:47.813Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-06T07:07:47.814Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-06T07:07:47.814Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.814Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-06T07:07:47.815Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.815Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-06T07:07:47.815Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:07:47.816Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.816Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-06T07:07:47.816Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:07:47.817Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.817Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-06T07:07:47.817Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:07:47.818Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.818Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-06T07:07:47.818Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-06T07:07:47.818Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-06T07:07:47.819Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6380efba-8f24-4db1-a40f-b1e387a8752b 2022-07-06T07:07:47.819Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.819Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:47.820Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.820Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:47.820Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.821Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:47.821Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:47.821Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:47.821Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:cddbd26c-5972-4eed-8192-28b75e27886f Model Version:NULL Model InvariantUuid:0db10bf5-da88-4569-b8c7-ec551fd4f8fc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:7ee0adeb-8236-4a1e-9312-e93842aa6df4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2461b907-a317-4b28-a9c1-03f5c4e7a5bd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5bcfd9ae-d189-48f3-885d-ccb7170e8fa4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:140b0155-710a-4b59-a924-8c7723b1a3ec ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:4919b7c3-13fd-4174-9c43-fcf07b020f2b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6380efba-8f24-4db1-a40f-b1e387a8752b ModelInvariantUuid:10a83671-b69d-4f0f-af66-6d2d118979c9 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:b0431c02-f1ca-4bff-bed0-0eab1f59a334 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:1aa72d79-f3aa-4a9b-8097-7c06768cb0f3 ModelInvariantUuid:b0906d94-fd29-434e-b476-22a2bb95d690 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:00b75ede-e641-4d28-bfe3-19c39e5a9b59 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-06T07:07:47.826Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a155fb72-3e4f-4e69-b024-b18f9eb1807e 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-06T07:07:47.829Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||basic_vm 0 2022-07-06T07:07:47.829Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a155fb72-3e4f-4e69-b024-b18f9eb1807e 2022-07-06T07:07:47.829Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b32fd551-d922-4ad7-9f3d-5793281ef9a6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-07-06T07:07:47.829Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T07:07:47.830Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:47.882Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T07:07:47.883Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b32fd551-d922-4ad7-9f3d-5793281ef9a6 787 2022-07-06T07:07:47.883Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:47.884Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:47.884Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:07:47.884Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:47.886Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:47.886Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091267883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:47.988Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-06T07:07:47.989Z||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-06T07:07:47.989Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:48.004Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:48.005Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:07:48.887Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "140b0155-710a-4b59-a924-8c7723b1a3ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4919b7c3-13fd-4174-9c43-fcf07b020f2b", "vfModuleModelCustomizationUUID": "40ba4a73-9a2b-4574-b9a8-544944e95e9c", "isBase": true, "artifacts": [ "66d58e90-51c3-4431-b589-226f6c937f7b", "ababf229-ce5f-4ac0-8bb0-569e349a1ceb" ], "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-06T07:07:48.890Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4919b7c3-13fd-4174-9c43-fcf07b020f2b VfModuleModelInvariantUUID:140b0155-710a-4b59-a924-8c7723b1a3ec VfModuleModelDescription:NULL Artifacts UUID List:{ 66d58e90-51c3-4431-b589-226f6c937f7b , ababf229-ce5f-4ac0-8bb0-569e349a1ceb } 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-06T07:07:48.892Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "140b0155-710a-4b59-a924-8c7723b1a3ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4919b7c3-13fd-4174-9c43-fcf07b020f2b", "vfModuleModelCustomizationUUID": "40ba4a73-9a2b-4574-b9a8-544944e95e9c", "isBase": true, "artifacts": [ "66d58e90-51c3-4431-b589-226f6c937f7b", "ababf229-ce5f-4ac0-8bb0-569e349a1ceb" ], "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-06T07:07:48.892Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4919b7c3-13fd-4174-9c43-fcf07b020f2b VfModuleModelInvariantUUID:140b0155-710a-4b59-a924-8c7723b1a3ec VfModuleModelDescription:NULL Artifacts UUID List:{ 66d58e90-51c3-4431-b589-226f6c937f7b , ababf229-ce5f-4ac0-8bb0-569e349a1ceb } 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-06T07:07:48.892Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 66d58e90-51c3-4431-b589-226f6c937f7b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-07-06T07:07:48.892Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T07:07:48.893Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:48.943Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T07:07:48.944Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 66d58e90-51c3-4431-b589-226f6c937f7b 5033 2022-07-06T07:07:48.944Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:48.944Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:48.945Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:07:48.945Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:48.947Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:48.947Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091268944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:49.047Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:49.048Z||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-06T07:07:49.048Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:49.061Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:49.061Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:49.947Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ababf229-ce5f-4ac0-8bb0-569e349a1ceb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-07-06T07:07:49.948Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-06T07:07:49.948Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:50.004Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-06T07:07:50.005Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ababf229-ce5f-4ac0-8bb0-569e349a1ceb 903 2022-07-06T07:07:50.005Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:50.005Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:50.006Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:07:50.006Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:50.008Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:50.008Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091270005, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:50.108Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:07:50.109Z||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-06T07:07:50.109Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:50.123Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:50.123Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:51.009Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: cddbd26c-5972-4eed-8192-28b75e27886f 2022-07-06T07:07:51.009Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a155fb72-3e4f-4e69-b024-b18f9eb1807e 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-06T07:07:51.017Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27219369, org.onap.sdc.toscaparser.api.parameters.Input@375e36e6, org.onap.sdc.toscaparser.api.parameters.Input@33b12682, org.onap.sdc.toscaparser.api.parameters.Input@7f8a4789, org.onap.sdc.toscaparser.api.parameters.Input@549b39ca] 2022-07-06T07:07:51.019Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.019Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:51.019Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-07-06T07:07:51.019Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5bcfd9ae-d189-48f3-885d-ccb7170e8fa4 2022-07-06T07:07:51.019Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5bcfd9ae-d189-48f3-885d-ccb7170e8fa4 matches Tosca VF Customization UUID: 5bcfd9ae-d189-48f3-885d-ccb7170e8fa4 2022-07-06T07:07:51.020Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5bcfd9ae-d189-48f3-885d-ccb7170e8fa4 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-06T07:07:51.021Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.021Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:51.022Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5bcfd9ae-d189-48f3-885d-ccb7170e8fa4: {\"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-06T07:07:51.022Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@510c1cc 2022-07-06T07:07:51.023Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.023Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-06T07:07:51.023Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40ba4a73-9a2b-4574-b9a8-544944e95e9c 2022-07-06T07:07:51.023Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40ba4a73-9a2b-4574-b9a8-544944e95e9c 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-06T07:07:51.024Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.025Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-06T07:07:51.025Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:07:51.025Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.025Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-06T07:07:51.026Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:07:51.026Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.026Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-06T07:07:51.026Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-06T07:07:51.026Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-06T07:07:51.027Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6380efba-8f24-4db1-a40f-b1e387a8752b 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-06T07:07:51.028Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.028Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-06T07:07:51.028Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:07:51.028Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.029Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-06T07:07:51.029Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5bcfd9ae-d189-48f3-885d-ccb7170e8fa4 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-06T07:07:51.030Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.030Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:51.030Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid cddbd26c-5972-4eed-8192-28b75e27886f: basic_vm 2022-07-06T07:07:51.030Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.031Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:51.031Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.031Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:51.031Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.031Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:51.032Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.032Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:51.032Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:07:51.032Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:07:51.032Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:51.084Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a155fb72-3e4f-4e69-b024-b18f9eb1807e 1 ASDC deployResourceStructure 2022-07-06T07:07:51.085Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:51.085Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:51.085Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:07:51.085Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:51.087Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:51.087Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091271085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T07:07:51.187Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:51.188Z||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-06T07:07:51.188Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:51.201Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:51.201Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:07:52.088Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:52.088Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:52.088Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:07:52.088Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:52.090Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:52.090Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091272087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-06T07:07:52.191Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:52.193Z||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-06T07:07:52.194Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:52.207Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:52.208Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:07:53.091Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:53.091Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:53.091Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:07:53.092Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:53.094Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:53.094Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091273091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-06T07:07:53.194Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:53.195Z||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-06T07:07:53.195Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:53.208Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:53.208Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:54.095Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:54.095Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||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-06T07:07:54.095Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:07:54.095Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:07:54.097Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:07:54.097Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091274094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:07:54.197Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:07:54.198Z||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-06T07:07:54.198Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:54.211Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:54.212Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:07:55.098Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99ec64fa-bf71-45ee-bb0f-aee2e04270df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:07:55.108Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99ec64fa-bf71-45ee-bb0f-aee2e04270df 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-06T07:07:55.110Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:07:55.110Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T07:07:55.110Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T07:07:59.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:07:59.888Z||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-06T07:07:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:07:59.916Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:07:59.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "aai-ml", "timestamp": 1657091165478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:07:59.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:59.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "aai-ml", "timestamp": 1657091166482, "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-06T07:07:59.925Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99ec64fa-bf71-45ee-bb0f-aee2e04270df 2022-07-06T07:07:59.925Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99ec64fa-bf71-45ee-bb0f-aee2e04270df 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-06T07:07:59.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c93f7b21-0d43-43a5-ae36-460768754a92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091201812, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:07:59.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:59.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:59.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:59.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-06T07:07:59.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:59.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-06T07:07:59.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:59.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:07:59.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:59.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-06T07:07:59.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:59.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:59.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:59.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-06T07:07:59.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:59.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:07:59.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:59.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091202828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:07:59.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-06T07:07:59.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091212057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:59.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:59.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091214415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:59.939Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:59.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091215480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:59.939Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:59.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091216637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:59.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:59.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091217774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:59.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:07:59.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-06T07:07:59.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091218867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:07:59.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:25.110Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99ec64fa-bf71-45ee-bb0f-aee2e04270df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:08:25.122Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99ec64fa-bf71-45ee-bb0f-aee2e04270df 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-06T07:08:25.125Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:08:25.125Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-06T07:08:25.125Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-06T07:08:25.125Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-06T07:08:25.125Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:08:25.125Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:08:25.125Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:08:25.126Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:08:25.126Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:08:25.126Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:08:25.126Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-06T07:08:25.130Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-06T07:08:55.131Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99ec64fa-bf71-45ee-bb0f-aee2e04270df 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-06T07:08:55.137Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99ec64fa-bf71-45ee-bb0f-aee2e04270df and serviceModelVersionId: cddbd26c-5972-4eed-8192-28b75e27886f 2022-07-06T07:08:55.137Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0db10bf5-da88-4569-b8c7-ec551fd4f8fc 2022-07-06T07:08:55.138Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0db10bf5-da88-4569-b8c7-ec551fd4f8fc/model-vers/model-ver/cddbd26c-5972-4eed-8192-28b75e27886f?depth=0 2022-07-06T07:08:55.141Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-06T07:08:55.186Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0db10bf5-da88-4569-b8c7-ec551fd4f8fc/model-vers/model-ver/cddbd26c-5972-4eed-8192-28b75e27886f?depth=0|INFO|500||Invoke 2022-07-06T07:08:55.186Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0db10bf5-da88-4569-b8c7-ec551fd4f8fc/model-vers/model-ver/cddbd26c-5972-4eed-8192-28b75e27886f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0db10bf5-da88-4569-b8c7-ec551fd4f8fc/model-vers/model-ver/cddbd26c-5972-4eed-8192-28b75e27886f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[99ec64fa-bf71-45ee-bb0f-aee2e04270df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0afd07e5-2d51-47d4-a451-226de1c93212], X-ECOMP-RequestID=[99ec64fa-bf71-45ee-bb0f-aee2e04270df], X-TransactionId=[], X-ONAP-RequestID=[99ec64fa-bf71-45ee-bb0f-aee2e04270df], Content-Type=[application/merge-patch+json]} 2022-07-06T07:08:55.205Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0db10bf5-da88-4569-b8c7-ec551fd4f8fc/model-vers/model-ver/cddbd26c-5972-4eed-8192-28b75e27886f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-06T07:08:55.307Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0db10bf5-da88-4569-b8c7-ec551fd4f8fc/model-vers/model-ver/cddbd26c-5972-4eed-8192-28b75e27886f?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/0db10bf5-da88-4569-b8c7-ec551fd4f8fc/model-vers/model-ver/cddbd26c-5972-4eed-8192-28b75e27886f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220706-07:08:55:211-43826], vertex-id=[495848], Content-Length=[0], Date=[Wed, 06 Jul 2022 07:08:55 GMT], Content-Type=[application/json]} 2022-07-06T07:08:55.308Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0db10bf5-da88-4569-b8c7-ec551fd4f8fc/model-vers/model-ver/cddbd26c-5972-4eed-8192-28b75e27886f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-06T07:08:55.308Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0db10bf5-da88-4569-b8c7-ec551fd4f8fc/model-vers/model-ver/cddbd26c-5972-4eed-8192-28b75e27886f?depth=0|INFO|500||InvokeReturn 2022-07-06T07:08:55.308Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-06T07:08:55.308Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-06T07:08:56.498Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-06T07:08:56.500Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99ec64fa-bf71-45ee-bb0f-aee2e04270df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-06T07:08:56.500Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-06T07:08:56.500Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:08:56.502Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:08:56.502Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091336500, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:08:56.602Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:08:56.603Z||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-06T07:08:56.603Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:08:56.620Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:08:56.621Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-06T07:08:57.512Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:08:57.513Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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-06T07:08:57.513Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:08:59.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:08:59.888Z||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-06T07:08:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:08:59.917Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:08:59.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091220608, "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-06T07:08:59.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091221611, "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-06T07:08:59.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091222614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T07:08:59.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091223617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-06T07:08:59.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091224620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-06T07:08:59.920Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091225623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:08:59.920Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "57070e01-f384-45bb-9638-304695c38186", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091256860, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:08:59.920Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:08:59.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:08:59.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:08:59.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:08:59.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-06T07:08:59.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:08:59.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:08:59.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:08:59.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-06T07:08:59.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:08:59.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:08:59.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:08:59.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091257872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:08:59.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:08:59.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091265581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:08:59.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091267883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T07:08:59.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091268944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:08:59.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091270005, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:08:59.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091271085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T07:08:59.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091272087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-06T07:08:59.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091273091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-06T07:08:59.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:08:59.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:08:59.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091274094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:08:59.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:09:07.069Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:09:07.069Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:09:07.070Z||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-06T07:09:07.070Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:09:16.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:09:59.885Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:09:59.886Z||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-06T07:09:59.887Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:09:59.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:09:59.888Z||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-06T07:09:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:10:00.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:10:00.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-06T07:10:00.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "99ec64fa-bf71-45ee-bb0f-aee2e04270df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657091336500, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:10:00.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:10:09.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:10:59.885Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:10:59.886Z||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-06T07:10:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:10:59.887Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:10:59.888Z||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-06T07:10:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:11:09.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:11:09.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:11:59.885Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:11:59.886Z||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-06T07:11:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:11:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:11:59.888Z||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-06T07:11:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:12:09.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:12:09.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:12:59.885Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:12:59.886Z||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-06T07:12:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:12:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:12:59.888Z||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-06T07:12:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:13:09.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:13:09.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:13:59.885Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:13:59.886Z||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-06T07:13:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:13:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:13:59.888Z||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-06T07:13:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:14:09.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:14:09.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:14:59.885Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:14:59.886Z||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-06T07:14:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:14:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:14:59.888Z||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-06T07:14:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:15:09.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:15:09.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:15:59.885Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:15:59.886Z||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-06T07:15:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:15:59.887Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:15:59.888Z||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-06T07:15:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:16:09.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:16:09.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:16:59.885Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:16:59.886Z||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-06T07:16:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:16:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:16:59.888Z||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-06T07:16:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:17:09.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:17:09.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:17:59.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:17:59.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:17:59.886Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:17:59.888Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:17:59.888Z||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-06T07:17:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:18:09.431Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:18:09.431Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:18:59.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:18:59.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:18:59.886Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:18:59.887Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:18:59.888Z||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-06T07:18:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:19:09.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:19:09.431Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:19:59.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:19:59.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:19:59.886Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:19:59.887Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:19:59.888Z||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-06T07:19:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:20:09.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:20:09.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:20:59.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:20:59.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:20:59.886Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:20:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:20:59.888Z||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-06T07:20:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:21:09.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:21:09.431Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:21:59.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:21:59.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:21:59.886Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:21:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:21:59.888Z||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-06T07:21:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:22:09.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:22:09.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:22:59.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:22:59.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:22:59.887Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:22:59.887Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:22:59.888Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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-06T07:22:59.888Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:23:09.434Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:23:09.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:23:59.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:23:59.887Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:23:59.887Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:23:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:23:59.888Z||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-06T07:23:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:24:09.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:24:09.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:24:59.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:24:59.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:24:59.886Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:24:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:24:59.888Z||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-06T07:24:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:25:09.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:25:09.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:25:59.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:25:59.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:25:59.886Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:25:59.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:25:59.888Z||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-06T07:25:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:26:09.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:26:09.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:26:59.885Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:26:59.886Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:26:59.886Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:26:59.887Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:26:59.888Z||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-06T07:26:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:00.261Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:00.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:27:00.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "cds", "timestamp": 1657092418572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:27:00.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:27:00.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:00.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T07:27:00.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f18295c8-530a-4501-ad67-a2f4d9c68d74","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d7be1020-d616-46a8-bf0a-8e51d3afa017","serviceDescription":"service","serviceInvariantUUID":"09511358-acf4-4fb4-b1f4-6a26a8fa9495","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3890f1e6-d816-4e5b-a932-92c4ec9d5b98","resourceInvariantUUID":"ef821294-9300-40b2-aeda-ef8dc073e626","resourceCustomizationUUID":"34d9c8cb-c65d-46b4-89e1-a98775131fb7","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":"NzM0MTZmNTEwNmZlNTk2ZjgwMmJjMDc1ZGM3NDExNzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"571e5b49-a6d8-4531-ab36-cedbb0f06f43","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":"ZTg3NjQ5NjEzMDEyNDdmZTc1ZjEyYWRkYjc2YjUwNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0494be8c-681b-4c5f-9275-07b5958ca328","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":"173bc50c-2acd-4899-8e99-f6421f9b19ed","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":"f935edb8-bb41-47d5-a913-802eb708e6c3","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":"1dbfece1-8252-47ed-bc06-3d4a58b46976","artifactVersion":"2","generatedFromUUID":"0e58c2b6-e5ee-45eb-9a21-3dd5b9a6979e"},{"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":"0171a577-9b75-46d9-bda0-877e79def850","artifactVersion":"2","generatedFromUUID":"173bc50c-2acd-4899-8e99-f6421f9b19ed"},{"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":"0e58c2b6-e5ee-45eb-9a21-3dd5b9a6979e","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":"8438ed4b-9969-401a-b747-a31c4ed7160c","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":"YzhhNjBjNTFkN2M2YTZjOTRhNDc1MDU2MjA2YjVhNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79287e1b-b469-41ed-8041-7df0c3cf5a1f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NzQ2MWEyNGVlYWQ4YzMzZDZkNmJkNTk4NGNmODRmMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed62862d-df6a-41dd-9e2f-d7e4c8021782","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-06T07:27:00.522Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:27:00.522Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:00.525Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:00.525Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:27:00.625Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:00.626Z||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-06T07:27:00.627Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:00.642Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:00.643Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:01.526Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:27:01.526Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:01.528Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:01.528Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:27:01.628Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:01.629Z||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-06T07:27:01.629Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:01.643Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:01.644Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:02.529Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:27:02.529Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:02.532Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:02.532Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-06T07:27:02.632Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:02.633Z||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-06T07:27:02.633Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:02.647Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:02.647Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:03.533Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:27:03.533Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:03.535Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:03.535Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:27:03.636Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:03.636Z||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-06T07:27:03.637Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:03.648Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:03.649Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:04.536Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:27:04.536Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:04.538Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:04.538Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-06T07:27:04.638Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:04.639Z||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-06T07:27:04.639Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:04.654Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:04.654Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:05.539Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:27:05.539Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:05.541Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:05.541Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-06T07:27:05.641Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:27:05.642Z||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-06T07:27:05.642Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:05.665Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:05.665Z||pool-94-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:06.542Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:27:06.543Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:06.545Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:06.545Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-06T07:27:06.645Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:06.645Z||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-06T07:27:06.646Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:06.658Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:06.659Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:07.546Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:27:07.546Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:07.548Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:07.548Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:27:07.648Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:07.649Z||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-06T07:27:07.649Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:07.662Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:07.662Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:27:08.548Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:27:08.548Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:08.550Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:08.550Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:27:08.650Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:08.651Z||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-06T07:27:08.652Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:08.665Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:08.666Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:09.551Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:27:09.551Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:09.553Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:09.553Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:27:09.653Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:09.654Z||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-06T07:27:09.654Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:09.666Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:09.667Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:27:10.554Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "d7be1020-d616-46a8-bf0a-8e51d3afa017", "serviceDescription": "service", "serviceInvariantUUID": "09511358-acf4-4fb4-b1f4-6a26a8fa9495", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "34d9c8cb-c65d-46b4-89e1-a98775131fb7", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3890f1e6-d816-4e5b-a932-92c4ec9d5b98", "resourceInvariantUUID": "ef821294-9300-40b2-aeda-ef8dc073e626", "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": "ZTg3NjQ5NjEzMDEyNDdmZTc1ZjEyYWRkYjc2YjUwNTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0494be8c-681b-4c5f-9275-07b5958ca328", "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": "173bc50c-2acd-4899-8e99-f6421f9b19ed", "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": "0171a577-9b75-46d9-bda0-877e79def850", "generatedFromUUID": "173bc50c-2acd-4899-8e99-f6421f9b19ed" }, "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": "1dbfece1-8252-47ed-bc06-3d4a58b46976", "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": "0171a577-9b75-46d9-bda0-877e79def850", "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": "0e58c2b6-e5ee-45eb-9a21-3dd5b9a6979e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NzQ2MWEyNGVlYWQ4YzMzZDZkNmJkNTk4NGNmODRmMTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ed62862d-df6a-41dd-9e2f-d7e4c8021782" } ], "workloadContext": "Production" } 2022-07-06T07:27:10.554Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-06T07:27:10.555Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d7be1020-d616-46a8-bf0a-8e51d3afa017 ASDC 2022-07-06T07:27:10.556Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f18295c8-530a-4501-ad67-a2f4d9c68d74 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:d7be1020-d616-46a8-bf0a-8e51d3afa017 ServiceInvariantUUID:09511358-acf4-4fb4-b1f4-6a26a8fa9495 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:ed62862d-df6a-41dd-9e2f-d7e4c8021782 ArtifactChecksum:NzQ2MWEyNGVlYWQ4YzMzZDZkNmJkNTk4NGNmODRmMTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:34d9c8cb-c65d-46b4-89e1-a98775131fb7 ResourceInvariantUUID:ef821294-9300-40b2-aeda-ef8dc073e626 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:3890f1e6-d816-4e5b-a932-92c4ec9d5b98 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:0494be8c-681b-4c5f-9275-07b5958ca328 ArtifactChecksum:ZTg3NjQ5NjEzMDEyNDdmZTc1ZjEyYWRkYjc2YjUwNTA= 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:173bc50c-2acd-4899-8e99-f6421f9b19ed 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:0171a577-9b75-46d9-bda0-877e79def850 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:1dbfece1-8252-47ed-bc06-3d4a58b46976 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:0171a577-9b75-46d9-bda0-877e79def850 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:0e58c2b6-e5ee-45eb-9a21-3dd5b9a6979e ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-06T07:27:10.556Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7be1020-d616-46a8-bf0a-8e51d3afa017 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-06T07:27:10.593Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:27:10.594Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-06T07:27:10.594Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-06T07:27:10.595Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ed62862d-df6a-41dd-9e2f-d7e4c8021782 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-06T07:27:10.595Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-06T07:27:10.595Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-06T07:27:10.660Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-06T07:27:10.668Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ed62862d-df6a-41dd-9e2f-d7e4c8021782 158216 2022-07-06T07:27:10.668Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:10.668Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:10.669Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:27:10.669Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:10.671Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:10.671Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092430668, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:27:10.771Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:10.772Z||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-06T07:27:10.772Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:10.786Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:10.786Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:11.671Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:27:11.672Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-06T07:27:11.672Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ed62862d-df6a-41dd-9e2f-d7e4c8021782, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-06T07:27:11.673Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-07-06T07:27:11.673Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-06T07:27:11.674Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-06T07:27:11.888Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8910965044605297370/Definitions/service-BasicCnfMacro-template.yml 2022-07-06T07:27:13.026Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-06T07:27:13.027Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-06T07:27:13.027Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-06T07:27:13.027Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-06T07:27:13.028Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:13.028Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:13.028Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:13.028Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:13.028Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-06T07:27:13.029Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.029Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:13.029Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-06T07:27:13.030Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-06T07:27:13.030Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:27:13.030Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.030Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:13.031Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-06T07:27:13.031Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-06T07:27:13.031Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:27:13.031Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.032Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:13.032Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.032Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-07-06T07:27:13.032Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-07-06T07:27:13.033Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-07-06T07:27:13.033Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-06T07:27:13.033Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.033Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-06T07:27:13.034Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.034Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-06T07:27:13.034Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:27:13.035Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.035Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-06T07:27:13.035Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:27:13.035Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.035Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-06T07:27:13.036Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:27:13.036Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.036Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-06T07:27:13.036Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:27:13.037Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.037Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-07-06T07:27:13.037Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-07-06T07:27:13.037Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=03c228fb-1857-4e09-b33f-ef8e60650e6d 2022-07-06T07:27:13.037Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.037Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:13.038Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.038Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:13.038Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.038Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:13.038Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:13.039Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:13.039Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:d7be1020-d616-46a8-bf0a-8e51d3afa017 Model Version:NULL Model InvariantUuid:09511358-acf4-4fb4-b1f4-6a26a8fa9495 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:9931895d-a89b-437b-b83b-781e870da2d7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ef821294-9300-40b2-aeda-ef8dc073e626 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:34d9c8cb-c65d-46b4-89e1-a98775131fb7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:13d4fd13-d8a0-480b-bfc9-4d19a1b0a8dd ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:ec57668f-7d37-44a8-a87f-b9915b3faefc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:f217648e-e4d5-41b6-b942-f04924c2174f ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:0e57b8f7-3fcb-443f-a582-450010349916 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:03c228fb-1857-4e09-b33f-ef8e60650e6d ModelInvariantUuid:73e9f02a-8b3c-445f-9aa4-877defddb3cf ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:8f913891-f61e-435c-bff2-adbc949d86d1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:56c1749a-aedb-4b6d-b98b-ad1d07e1ae43 ModelInvariantUuid:bf9905c8-9607-40d0-ae57-0ec0fae7850b ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:4dfb6638-f6a4-4955-8204-a615b7a61a14 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-06T07:27:13.045Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3890f1e6-d816-4e5b-a932-92c4ec9d5b98 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-06T07:27:13.049Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2022-07-06T07:27:13.049Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3890f1e6-d816-4e5b-a932-92c4ec9d5b98 2022-07-06T07:27:13.050Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0494be8c-681b-4c5f-9275-07b5958ca328 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-06T07:27:13.050Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-06T07:27:13.050Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:13.120Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-06T07:27:13.121Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 0494be8c-681b-4c5f-9275-07b5958ca328 1565 2022-07-06T07:27:13.121Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:13.121Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:13.121Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:27:13.122Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:13.124Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:13.124Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092433121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T07:27:13.224Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:13.225Z||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-06T07:27:13.225Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:13.239Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:13.239Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:27:14.125Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f217648e-e4d5-41b6-b942-f04924c2174f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0e57b8f7-3fcb-443f-a582-450010349916", "vfModuleModelCustomizationUUID": "556f39a8-8357-42f4-a0ce-f93ababd3174", "isBase": true, "artifacts": [ "173bc50c-2acd-4899-8e99-f6421f9b19ed", "0171a577-9b75-46d9-bda0-877e79def850" ], "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": "13d4fd13-d8a0-480b-bfc9-4d19a1b0a8dd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ec57668f-7d37-44a8-a87f-b9915b3faefc", "vfModuleModelCustomizationUUID": "114e70ad-90b1-4a82-9998-14da21dffda8", "isBase": false, "artifacts": [ "0e58c2b6-e5ee-45eb-9a21-3dd5b9a6979e" ], "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-06T07:27:14.129Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0e57b8f7-3fcb-443f-a582-450010349916 VfModuleModelInvariantUUID:f217648e-e4d5-41b6-b942-f04924c2174f VfModuleModelDescription:NULL Artifacts UUID List:{ 173bc50c-2acd-4899-8e99-f6421f9b19ed , 0171a577-9b75-46d9-bda0-877e79def850 } 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:ec57668f-7d37-44a8-a87f-b9915b3faefc VfModuleModelInvariantUUID:13d4fd13-d8a0-480b-bfc9-4d19a1b0a8dd VfModuleModelDescription:NULL Artifacts UUID List:{ 0e58c2b6-e5ee-45eb-9a21-3dd5b9a6979e } 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-06T07:27:14.131Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f217648e-e4d5-41b6-b942-f04924c2174f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0e57b8f7-3fcb-443f-a582-450010349916", "vfModuleModelCustomizationUUID": "556f39a8-8357-42f4-a0ce-f93ababd3174", "isBase": true, "artifacts": [ "173bc50c-2acd-4899-8e99-f6421f9b19ed", "0171a577-9b75-46d9-bda0-877e79def850" ], "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": "13d4fd13-d8a0-480b-bfc9-4d19a1b0a8dd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ec57668f-7d37-44a8-a87f-b9915b3faefc", "vfModuleModelCustomizationUUID": "114e70ad-90b1-4a82-9998-14da21dffda8", "isBase": false, "artifacts": [ "0e58c2b6-e5ee-45eb-9a21-3dd5b9a6979e" ], "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-06T07:27:14.131Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0e57b8f7-3fcb-443f-a582-450010349916 VfModuleModelInvariantUUID:f217648e-e4d5-41b6-b942-f04924c2174f VfModuleModelDescription:NULL Artifacts UUID List:{ 173bc50c-2acd-4899-8e99-f6421f9b19ed , 0171a577-9b75-46d9-bda0-877e79def850 } 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:ec57668f-7d37-44a8-a87f-b9915b3faefc VfModuleModelInvariantUUID:13d4fd13-d8a0-480b-bfc9-4d19a1b0a8dd VfModuleModelDescription:NULL Artifacts UUID List:{ 0e58c2b6-e5ee-45eb-9a21-3dd5b9a6979e } 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-06T07:27:14.131Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 173bc50c-2acd-4899-8e99-f6421f9b19ed from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-06T07:27:14.131Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-06T07:27:14.131Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:14.209Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-06T07:27:14.210Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 173bc50c-2acd-4899-8e99-f6421f9b19ed 914 2022-07-06T07:27:14.210Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:14.210Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:14.210Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:27:14.210Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:14.212Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:14.212Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092434210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:27:14.312Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:27:14.313Z||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-06T07:27:14.313Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:14.327Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:14.328Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:15.213Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1dbfece1-8252-47ed-bc06-3d4a58b46976 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-07-06T07:27:15.213Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-06T07:27:15.213Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:15.286Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-06T07:27:15.287Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 1dbfece1-8252-47ed-bc06-3d4a58b46976 12 2022-07-06T07:27:15.288Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:15.288Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:15.288Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:27:15.289Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:15.291Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:15.291Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092435288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:27:15.391Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:15.392Z||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-06T07:27:15.392Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:15.404Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:15.405Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:16.292Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0171a577-9b75-46d9-bda0-877e79def850 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-06T07:27:16.292Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-06T07:27:16.293Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:16.388Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-06T07:27:16.389Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 0171a577-9b75-46d9-bda0-877e79def850 96 2022-07-06T07:27:16.389Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:16.389Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:16.389Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:27:16.390Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:16.392Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:16.392Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092436389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:27:16.492Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:16.493Z||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-06T07:27:16.493Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:16.507Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:16.507Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:27:17.392Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0e58c2b6-e5ee-45eb-9a21-3dd5b9a6979e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-07-06T07:27:17.393Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-06T07:27:17.393Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:17.526Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-06T07:27:17.527Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0e58c2b6-e5ee-45eb-9a21-3dd5b9a6979e 20206 2022-07-06T07:27:17.527Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:17.528Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:17.528Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:27:17.528Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:17.530Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:17.531Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092437527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-06T07:27:17.631Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:17.632Z||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-06T07:27:17.632Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:17.655Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:17.656Z||pool-104-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:18.535Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d7be1020-d616-46a8-bf0a-8e51d3afa017 2022-07-06T07:27:18.535Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 3890f1e6-d816-4e5b-a932-92c4ec9d5b98 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-06T07:27:18.544Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e829588, org.onap.sdc.toscaparser.api.parameters.Input@299cefdd, org.onap.sdc.toscaparser.api.parameters.Input@5d0bce39, org.onap.sdc.toscaparser.api.parameters.Input@68f89d18, org.onap.sdc.toscaparser.api.parameters.Input@427c6b5a] 2022-07-06T07:27:18.546Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:18.546Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:18.546Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-07-06T07:27:18.547Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 34d9c8cb-c65d-46b4-89e1-a98775131fb7 2022-07-06T07:27:18.547Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34d9c8cb-c65d-46b4-89e1-a98775131fb7 matches Tosca VF Customization UUID: 34d9c8cb-c65d-46b4-89e1-a98775131fb7 2022-07-06T07:27:18.547Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 34d9c8cb-c65d-46b4-89e1-a98775131fb7 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-06T07:27:18.551Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:18.551Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:18.552Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 34d9c8cb-c65d-46b4-89e1-a98775131fb7: {\"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-06T07:27:18.552Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2395a7da 2022-07-06T07:27:18.552Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:18.553Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-06T07:27:18.553Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 114e70ad-90b1-4a82-9998-14da21dffda8 2022-07-06T07:27:18.553Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 114e70ad-90b1-4a82-9998-14da21dffda8 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-06T07:27:18.557Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:18.557Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-06T07:27:18.558Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:27:18.558Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:18.558Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-06T07:27:18.559Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:27:18.559Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:18.560Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-06T07:27:18.560Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=34d9c8cb-c65d-46b4-89e1-a98775131fb7 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-06T07:27:18.562Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:18.562Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:18.563Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d7be1020-d616-46a8-bf0a-8e51d3afa017: basic_cnf_macro 2022-07-06T07:27:18.563Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:18.563Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:18.564Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:18.564Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:18.565Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:18.565Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:18.565Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:18.566Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:18.566Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:27:18.566Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:27:18.567Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:18.619Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 3890f1e6-d816-4e5b-a932-92c4ec9d5b98 2 ASDC deployResourceStructure 2022-07-06T07:27:18.620Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:18.620Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:18.620Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:27:18.620Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:18.623Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:18.623Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092438619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T07:27:18.723Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:18.724Z||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-06T07:27:18.725Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:18.761Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:18.761Z||pool-105-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:19.624Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:19.624Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:19.624Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:27:19.624Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:19.627Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:19.628Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092439624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-07-06T07:27:19.727Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:27:19.727Z||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-06T07:27:19.728Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:19.740Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:19.740Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:20.628Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:20.628Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:20.629Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-06T07:27:20.629Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:20.630Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:20.631Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092440628, "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-06T07:27:20.731Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:27:20.731Z||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-06T07:27:20.731Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:20.744Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:20.744Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:21.631Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:21.631Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:21.632Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:27:21.632Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:21.634Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:21.634Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092441631, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-07-06T07:27:21.734Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:21.735Z||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-06T07:27:21.735Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:21.747Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:21.748Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:22.634Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:22.635Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:22.635Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-06T07:27:22.635Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:22.637Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:22.637Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092442634, "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-06T07:27:22.737Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:22.738Z||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-06T07:27:22.738Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:22.752Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:22.752Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:23.638Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:23.638Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:27:23.638Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:27:23.639Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:27:23.641Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:27:23.641Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092443638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:27:23.741Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:27:23.742Z||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-06T07:27:23.742Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:23.755Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:23.756Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:27:24.641Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:27:24.651Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:27:24.653Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:27:24.653Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T07:27:24.653Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T07:27:54.654Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:27:54.665Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:27:54.667Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:27:54.667Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T07:27:54.667Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T07:27:59.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:27:59.888Z||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-06T07:27:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:27:59.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:27:59.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:27:59.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092419495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:27:59.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:28:24.668Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:28:24.676Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:28:24.678Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:28:24.678Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T07:28:24.679Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T07:28:54.679Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:28:54.687Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:28:54.689Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:28:54.689Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T07:28:54.689Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T07:28:59.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:28:59.889Z||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-06T07:28:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:28:59.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:28:59.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:28:59.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092419768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:28:59.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:24.690Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:29:24.698Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:29:24.700Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:29:24.700Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T07:29:24.700Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T07:29:54.700Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:29:54.711Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:29:54.713Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:29:54.713Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T07:29:54.713Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T07:29:59.888Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:29:59.888Z||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-06T07:29:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:29:59.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:29:59.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "cds", "timestamp": 1657092418572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092419495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:29:59.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092419768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:29:59.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092423037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092419495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "cds", "timestamp": 1657092418572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092419768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-06T07:29:59.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "ves-openapi-manager", "timestamp": 1657092423219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092423603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-06T07:29:59.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092423037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092419495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "cds", "timestamp": 1657092418572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092419768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "ves-openapi-manager", "timestamp": 1657092423219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092423603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:29:59.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092423037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092419495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "cds", "timestamp": 1657092418572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092419768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "ves-openapi-manager", "timestamp": 1657092423219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092423603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-06T07:29:59.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-06T07:29:59.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092423037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092419495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "cds", "timestamp": 1657092418572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092419768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "ves-openapi-manager", "timestamp": 1657092423219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092423603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-06T07:29:59.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092423037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092419495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "cds", "timestamp": 1657092418572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "ves-openapi-manager", "timestamp": 1657092423219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092419768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092423603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-06T07:29:59.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-06T07:29:59.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092423037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092419495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092419768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "cds", "timestamp": 1657092418572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "ves-openapi-manager", "timestamp": 1657092423219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092423603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-06T07:29:59.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092423037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092419495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "cds", "timestamp": 1657092418572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "ves-openapi-manager", "timestamp": 1657092423219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092419768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092423603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-06T07:29:59.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092423037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092419495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:29:59.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "cds", "timestamp": 1657092418572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:29:59.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092419768, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:29:59.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "ves-openapi-manager", "timestamp": 1657092423219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092423603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092419885, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:29:59.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092423037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "ves-openapi-manager", "timestamp": 1657092423219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "cds", "timestamp": 1657092432033, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:29:59.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092432025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:29:59.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092423603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092430668, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:29:59.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092423037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:29:59.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "ves-openapi-manager", "timestamp": 1657092423219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:29:59.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092433034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:29:59.942Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092423603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:29:59.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:29:59.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092433943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:29:59.943Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "policy-id", "timestamp": 1657092434040, "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-06T07:29:59.951Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f18295c8-530a-4501-ad67-a2f4d9c68d74 2022-07-06T07:29:59.951Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:29:59.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092434403, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T07:29:59.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092433121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T07:29:59.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092435496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:29:59.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "cds", "timestamp": 1657092435626, "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-06T07:29:59.967Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f18295c8-530a-4501-ad67-a2f4d9c68d74 2022-07-06T07:29:59.967Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:29:59.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092434210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:29:59.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092436597, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:29:59.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092435288, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:29:59.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092437656, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-06T07:29:59.977Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092437837, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:29:59.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092436389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:29:59.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:29:59.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092438748, "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-06T07:29:59.985Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f18295c8-530a-4501-ad67-a2f4d9c68d74 2022-07-06T07:29:59.985Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:29:59.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:29:59.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092438848, "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-06T07:30:00.002Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f18295c8-530a-4501-ad67-a2f4d9c68d74 2022-07-06T07:30:00.003Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:30:00.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092437527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-06T07:30:00.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:00.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092437575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:00.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:00.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "multicloud-k8s-id", "timestamp": 1657092439753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T07:30:00.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:00.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092438619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T07:30:00.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:00.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092437575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:00.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:00.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092441301, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:30:00.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:00.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092439624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-07-06T07:30:00.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:00.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092437575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:00.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:00.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092440628, "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-06T07:30:00.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:00.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092437575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:00.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:00.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092441631, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092437575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092442634, "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-06T07:30:00.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092437575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092443638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:30:00.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:00.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092437575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:00.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:00.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092437575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:00.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:00.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092447309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:30:00.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:00.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092437575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:00.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:00.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "clamp", "timestamp": 1657092448317, "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-06T07:30:00.022Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f18295c8-530a-4501-ad67-a2f4d9c68d74 2022-07-06T07:30:00.022Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:30:00.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092437575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:30:00.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:00.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092448411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:30:00.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:00.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092458250, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:30:00.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:00.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:00.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "aai-ml", "timestamp": 1657092459253, "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-06T07:30:00.037Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f18295c8-530a-4501-ad67-a2f4d9c68d74 2022-07-06T07:30:00.037Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:30:24.713Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:30:24.723Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:30:24.726Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:30:24.726Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-06T07:30:24.726Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-06T07:30:24.726Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-06T07:30:24.726Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:30:24.726Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:30:24.727Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:30:24.727Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:30:24.727Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:30:24.727Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:30:24.727Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:30:24.731Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-06T07:30:54.732Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 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-06T07:30:54.739Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f18295c8-530a-4501-ad67-a2f4d9c68d74 and serviceModelVersionId: d7be1020-d616-46a8-bf0a-8e51d3afa017 2022-07-06T07:30:54.740Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09511358-acf4-4fb4-b1f4-6a26a8fa9495 2022-07-06T07:30:54.741Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09511358-acf4-4fb4-b1f4-6a26a8fa9495/model-vers/model-ver/d7be1020-d616-46a8-bf0a-8e51d3afa017?depth=0 2022-07-06T07:30:54.745Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-07-06T07:30:54.791Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09511358-acf4-4fb4-b1f4-6a26a8fa9495/model-vers/model-ver/d7be1020-d616-46a8-bf0a-8e51d3afa017?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-06T07:30:54.792Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09511358-acf4-4fb4-b1f4-6a26a8fa9495/model-vers/model-ver/d7be1020-d616-46a8-bf0a-8e51d3afa017?depth=0|INFO|500||Invoke 2022-07-06T07:30:54.814Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09511358-acf4-4fb4-b1f4-6a26a8fa9495/model-vers/model-ver/d7be1020-d616-46a8-bf0a-8e51d3afa017?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-06T07:30:54.909Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09511358-acf4-4fb4-b1f4-6a26a8fa9495/model-vers/model-ver/d7be1020-d616-46a8-bf0a-8e51d3afa017?depth=0|INFO|500||InvokeReturn 2022-07-06T07:30:54.909Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09511358-acf4-4fb4-b1f4-6a26a8fa9495/model-vers/model-ver/d7be1020-d616-46a8-bf0a-8e51d3afa017?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220706-07:30:54:820-58918], vertex-id=[290912], Content-Length=[0], Date=[Wed, 06 Jul 2022 07:30:54 GMT], Content-Type=[application/json]} 2022-07-06T07:30:54.910Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-07-06T07:30:54.911Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-06T07:30:54.911Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:30:54.916Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||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-06T07:30:54.917Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f18295c8-530a-4501-ad67-a2f4d9c68d74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-06T07:30:54.918Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-06T07:30:54.918Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:30:54.921Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:30:54.922Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092654918, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:30:55.021Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:30:55.022Z||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-06T07:30:55.022Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:30:55.039Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:30:55.039Z||pool-111-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-06T07:30:55.933Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:30:55.934Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:30:55.934Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:30:59.887Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:30:59.888Z||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-06T07:30:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:30:59.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:30:59.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092483037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "ves-openapi-manager", "timestamp": 1657092483223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092483603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "clamp", "timestamp": 1657092479496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "policy-id", "timestamp": 1657092479768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "cds", "timestamp": 1657092478572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "ves-openapi-manager", "timestamp": 1657092483223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092483603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:30:59.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "clamp", "timestamp": 1657092479496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:30:59.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092483037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "policy-id", "timestamp": 1657092479768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "cds", "timestamp": 1657092478572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "ves-openapi-manager", "timestamp": 1657092483223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092483603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092483037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "clamp", "timestamp": 1657092479496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "policy-id", "timestamp": 1657092479768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "cds", "timestamp": 1657092478572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "ves-openapi-manager", "timestamp": 1657092483223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092483603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092483037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "clamp", "timestamp": 1657092479496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "policy-id", "timestamp": 1657092479768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "cds", "timestamp": 1657092478572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "ves-openapi-manager", "timestamp": 1657092483223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092483603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "clamp", "timestamp": 1657092479496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092483037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "policy-id", "timestamp": 1657092479768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "cds", "timestamp": 1657092478572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "ves-openapi-manager", "timestamp": 1657092483223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092483603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092483037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "clamp", "timestamp": 1657092479496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "policy-id", "timestamp": 1657092479768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "cds", "timestamp": 1657092478572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "ves-openapi-manager", "timestamp": 1657092483223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092483603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092483037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "clamp", "timestamp": 1657092479496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "policy-id", "timestamp": 1657092479768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "cds", "timestamp": 1657092478572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "ves-openapi-manager", "timestamp": 1657092483223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092483603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:30:59.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092483037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:30:59.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "clamp", "timestamp": 1657092479496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:30:59.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "policy-id", "timestamp": 1657092479768, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "cds", "timestamp": 1657092478572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092493313, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092493360, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "policy-id", "timestamp": 1657092493356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:59.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "cds", "timestamp": 1657092493534, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:30:59.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:59.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "policy-id", "timestamp": 1657092494361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:30:59.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:59.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092494420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:30:59.930Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:59.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "cds", "timestamp": 1657092495164, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-06T07:30:59.942Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c6dc460-a697-4903-9b6b-b3deadc85e31 2022-07-06T07:30:59.943Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6dc460-a697-4903-9b6b-b3deadc85e31 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-06T07:30:59.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "policy-id", "timestamp": 1657092495365, "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-06T07:30:59.952Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c6dc460-a697-4903-9b6b-b3deadc85e31 2022-07-06T07:30:59.952Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6dc460-a697-4903-9b6b-b3deadc85e31 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-06T07:30:59.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092495507, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:30:59.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:59.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092496432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:30:59.959Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:59.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092496549, "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-06T07:30:59.963Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c6dc460-a697-4903-9b6b-b3deadc85e31 2022-07-06T07:30:59.963Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6dc460-a697-4903-9b6b-b3deadc85e31 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-06T07:30:59.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092497438, "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-06T07:30:59.971Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c6dc460-a697-4903-9b6b-b3deadc85e31 2022-07-06T07:30:59.971Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6dc460-a697-4903-9b6b-b3deadc85e31 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-06T07:30:59.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "multicloud-k8s-id", "timestamp": 1657092497555, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T07:30:59.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:59.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "aai-ml", "timestamp": 1657092497575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "aai-ml", "timestamp": 1657092497575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "aai-ml", "timestamp": 1657092497575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "aai-ml", "timestamp": 1657092497575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "clamp", "timestamp": 1657092503313, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "aai-ml", "timestamp": 1657092497575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "aai-ml", "timestamp": 1657092497575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "aai-ml", "timestamp": 1657092497575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:30:59.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "aai-ml", "timestamp": 1657092497575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:30:59.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:30:59.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "clamp", "timestamp": 1657092507332, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:30:59.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:59.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "aai-ml", "timestamp": 1657092506403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:30:59.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:30:59.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:30:59.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "clamp", "timestamp": 1657092508351, "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-06T07:30:59.986Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c6dc460-a697-4903-9b6b-b3deadc85e31 2022-07-06T07:30:59.986Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6dc460-a697-4903-9b6b-b3deadc85e31 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-06T07:31:00.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:31:00.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "aai-ml", "timestamp": 1657092515118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:31:00.002Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:31:00.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:31:00.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "aai-ml", "timestamp": 1657092516122, "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-06T07:31:00.007Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c6dc460-a697-4903-9b6b-b3deadc85e31 2022-07-06T07:31:00.007Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c6dc460-a697-4903-9b6b-b3deadc85e31 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-06T07:31:00.372Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:00.373Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T07:31:00.374Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c6dc460-a697-4903-9b6b-b3deadc85e31","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f5a8bbb7-655b-422b-bb03-9c64969094fc","serviceDescription":"service","serviceInvariantUUID":"417bb061-04ef-44d6-a5ee-bfbfb72c1022","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebb4fb32-821c-4df0-b722-15bba3b35400","resourceInvariantUUID":"33600e98-9d17-4325-9070-5fc122e89113","resourceCustomizationUUID":"cc1537ff-09b4-4c13-91f0-f774137b61bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OWNiODBjODIwMGQ5YmE1MWU1OTI1NzgyNjI2ZDc2MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e19cf7cb-f25c-46c4-bfd7-c456b50c81bd","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NGQ0NmYxZGI1YzEzZTljOTAxYzU3ZDMyOGJjY2Y3ZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0862d79-7ed2-4eee-bac7-9880652fc1a7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"86d067eb-c59d-4faa-ae6f-94242e1e73f3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb7e73fc-5ddd-4b22-9467-d9ee43777321","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"afaf7e75-654b-4bb2-8259-e87f4701692a","artifactVersion":"2","generatedFromUUID":"86d067eb-c59d-4faa-ae6f-94242e1e73f3"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MTQ2YTEyY2RkODg0ODA5MGZkMTNkZjgzNTg1NzU2M2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"820789fe-c719-4175-b9f6-69d71f58cf30","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NDlhZGE1OTNmMTMxMzdkMDM3Y2VkNzgwYzkxMWYwZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b24bd19-073f-4569-84ec-d0ca3afb2848","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWQ4ZWQzMThjMTg0ZGVjNTc0NmE4NTA0NjM5MWIzMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"624d01a8-ed60-44b8-8c9e-58e0b75521ee","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-06T07:31:00.376Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:00.376Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:00.378Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:00.378Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:00.478Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:00.479Z||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-06T07:31:00.479Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:00.492Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:00.493Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:01.379Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:01.380Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:01.382Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:01.382Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:31:01.482Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:01.482Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:01.482Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:01.497Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:01.498Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:02.383Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:02.383Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:02.386Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:02.386Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-06T07:31:02.486Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:31:02.486Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:02.486Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:02.500Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:02.500Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:03.387Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:03.387Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:03.389Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:03.389Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:03.489Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:03.490Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:03.490Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:03.503Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:03.503Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:04.390Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:04.391Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:04.393Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:04.393Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-06T07:31:04.493Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:31:04.494Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:04.494Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:04.508Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:04.508Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:05.394Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:05.394Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:05.397Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:05.397Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:05.496Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:05.497Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:05.497Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:05.511Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:05.512Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:06.397Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:06.398Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:06.400Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:06.400Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:06.500Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:31:06.501Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:06.501Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:06.515Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:06.515Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:07.401Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:07.401Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:07.403Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:07.403Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:31:07.503Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:07.504Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:07.504Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:07.517Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:07.517Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:08.404Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "f5a8bbb7-655b-422b-bb03-9c64969094fc", "serviceDescription": "service", "serviceInvariantUUID": "417bb061-04ef-44d6-a5ee-bfbfb72c1022", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "cc1537ff-09b4-4c13-91f0-f774137b61bd", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ebb4fb32-821c-4df0-b722-15bba3b35400", "resourceInvariantUUID": "33600e98-9d17-4325-9070-5fc122e89113", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "NGQ0NmYxZGI1YzEzZTljOTAxYzU3ZDMyOGJjY2Y3ZTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d0862d79-7ed2-4eee-bac7-9880652fc1a7", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "86d067eb-c59d-4faa-ae6f-94242e1e73f3", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "afaf7e75-654b-4bb2-8259-e87f4701692a", "generatedFromUUID": "86d067eb-c59d-4faa-ae6f-94242e1e73f3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "afaf7e75-654b-4bb2-8259-e87f4701692a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWQ4ZWQzMThjMTg0ZGVjNTc0NmE4NTA0NjM5MWIzMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "624d01a8-ed60-44b8-8c9e-58e0b75521ee" } ], "workloadContext": "Production" } 2022-07-06T07:31:08.405Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-06T07:31:08.405Z|f18295c8-530a-4501-ad67-a2f4d9c68d74|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f5a8bbb7-655b-422b-bb03-9c64969094fc ASDC 2022-07-06T07:31:08.405Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:6c6dc460-a697-4903-9b6b-b3deadc85e31 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:f5a8bbb7-655b-422b-bb03-9c64969094fc ServiceInvariantUUID:417bb061-04ef-44d6-a5ee-bfbfb72c1022 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:624d01a8-ed60-44b8-8c9e-58e0b75521ee ArtifactChecksum:OWQ4ZWQzMThjMTg0ZGVjNTc0NmE4NTA0NjM5MWIzMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:cc1537ff-09b4-4c13-91f0-f774137b61bd ResourceInvariantUUID:33600e98-9d17-4325-9070-5fc122e89113 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ebb4fb32-821c-4df0-b722-15bba3b35400 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:d0862d79-7ed2-4eee-bac7-9880652fc1a7 ArtifactChecksum:NGQ0NmYxZGI1YzEzZTljOTAxYzU3ZDMyOGJjY2Y3ZTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:86d067eb-c59d-4faa-ae6f-94242e1e73f3 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:afaf7e75-654b-4bb2-8259-e87f4701692a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:afaf7e75-654b-4bb2-8259-e87f4701692a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-06T07:31:08.406Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5a8bbb7-655b-422b-bb03-9c64969094fc 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-06T07:31:08.438Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:31:08.438Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-06T07:31:08.438Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-06T07:31:08.439Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 624d01a8-ed60-44b8-8c9e-58e0b75521ee from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-06T07:31:08.439Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-06T07:31:08.439Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-06T07:31:08.631Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-06T07:31:08.634Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 624d01a8-ed60-44b8-8c9e-58e0b75521ee 78810 2022-07-06T07:31:08.634Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-07-06T07:31:08.634Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-06T07:31:08.635Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:31:08.635Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:08.637Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:08.637Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092668634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:31:08.737Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:31:08.738Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:08.738Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:08.756Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:08.756Z||pool-120-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:09.638Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:31:09.639Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-06T07:31:09.639Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 624d01a8-ed60-44b8-8c9e-58e0b75521ee, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:09.640Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-07-06T07:31:09.640Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:09.640Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:09.777Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16845061619014874483/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-07-06T07:31:10.904Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-06T07:31:10.904Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-06T07:31:10.904Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:10.904Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-06T07:31:10.905Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:10.905Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:10.905Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:10.905Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:10.905Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:10.905Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:10.905Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:10.905Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:10.905Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-06T07:31:10.906Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-06T07:31:10.906Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.906Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:10.906Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-06T07:31:10.906Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-06T07:31:10.906Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:31:10.906Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.907Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:10.907Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-06T07:31:10.907Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-06T07:31:10.907Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:31:10.907Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.907Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:10.908Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.908Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-06T07:31:10.908Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-07-06T07:31:10.908Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-07-06T07:31:10.908Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-07-06T07:31:10.908Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-06T07:31:10.908Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-06T07:31:10.909Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.909Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-06T07:31:10.909Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.909Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-06T07:31:10.909Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:31:10.909Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.909Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-06T07:31:10.910Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:31:10.910Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.910Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-06T07:31:10.910Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:31:10.910Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.910Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-06T07:31:10.910Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-06T07:31:10.911Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-06T07:31:10.911Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf29cb13-edf4-45b0-9976-ac1dc5122ddd 2022-07-06T07:31:10.911Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.911Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:10.911Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.911Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:10.912Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.912Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:10.912Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:10.912Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:10.912Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:f5a8bbb7-655b-422b-bb03-9c64969094fc Model Version:NULL Model InvariantUuid:417bb061-04ef-44d6-a5ee-bfbfb72c1022 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:f4ee3349-4865-4a2b-a944-4b3dc7dad6c3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:33600e98-9d17-4325-9070-5fc122e89113 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cc1537ff-09b4-4c13-91f0-f774137b61bd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:323f6c60-d31d-4a6b-8982-fb2fa9aafaa1 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:5722b0fa-f817-4404-9f49-14e4a5788d96 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bf29cb13-edf4-45b0-9976-ac1dc5122ddd ModelInvariantUuid:fdb51c9d-78d1-4cd3-822b-cda658df5958 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:099e9d9e-11cf-455f-8ba7-b4c9471511ed ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:4739c860-a42e-4807-bddf-c3a923183ea2 ModelInvariantUuid:eb79a32b-41fb-42cf-88fb-780aff977d33 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:89b917a0-b8b8-44cf-836d-15584e267394 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-06T07:31:10.918Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ebb4fb32-821c-4df0-b722-15bba3b35400 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-06T07:31:10.920Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2022-07-06T07:31:10.921Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ebb4fb32-821c-4df0-b722-15bba3b35400 2022-07-06T07:31:10.921Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d0862d79-7ed2-4eee-bac7-9880652fc1a7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-07-06T07:31:10.921Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-06T07:31:10.921Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-07-06T07:31:11.015Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-06T07:31:11.016Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d0862d79-7ed2-4eee-bac7-9880652fc1a7 792 2022-07-06T07:31:11.016Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-07-06T07:31:11.016Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-07-06T07:31:11.017Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:31:11.017Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:11.019Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:11.019Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092671016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T07:31:11.119Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:31:11.120Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:11.120Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:11.135Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:11.135Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:12.020Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "323f6c60-d31d-4a6b-8982-fb2fa9aafaa1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5722b0fa-f817-4404-9f49-14e4a5788d96", "vfModuleModelCustomizationUUID": "e8d4c48d-eaab-4afa-a235-414b8a59ce6d", "isBase": true, "artifacts": [ "86d067eb-c59d-4faa-ae6f-94242e1e73f3", "afaf7e75-654b-4bb2-8259-e87f4701692a" ], "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-06T07:31:12.024Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5722b0fa-f817-4404-9f49-14e4a5788d96 VfModuleModelInvariantUUID:323f6c60-d31d-4a6b-8982-fb2fa9aafaa1 VfModuleModelDescription:NULL Artifacts UUID List:{ 86d067eb-c59d-4faa-ae6f-94242e1e73f3 , afaf7e75-654b-4bb2-8259-e87f4701692a } 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-06T07:31:12.027Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "323f6c60-d31d-4a6b-8982-fb2fa9aafaa1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5722b0fa-f817-4404-9f49-14e4a5788d96", "vfModuleModelCustomizationUUID": "e8d4c48d-eaab-4afa-a235-414b8a59ce6d", "isBase": true, "artifacts": [ "86d067eb-c59d-4faa-ae6f-94242e1e73f3", "afaf7e75-654b-4bb2-8259-e87f4701692a" ], "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-06T07:31:12.027Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5722b0fa-f817-4404-9f49-14e4a5788d96 VfModuleModelInvariantUUID:323f6c60-d31d-4a6b-8982-fb2fa9aafaa1 VfModuleModelDescription:NULL Artifacts UUID List:{ 86d067eb-c59d-4faa-ae6f-94242e1e73f3 , afaf7e75-654b-4bb2-8259-e87f4701692a } 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-06T07:31:12.027Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 86d067eb-c59d-4faa-ae6f-94242e1e73f3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-07-06T07:31:12.027Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-06T07:31:12.028Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-07-06T07:31:12.201Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-06T07:31:12.202Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 86d067eb-c59d-4faa-ae6f-94242e1e73f3 5033 2022-07-06T07:31:12.202Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-07-06T07:31:12.202Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-07-06T07:31:12.202Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:31:12.202Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:12.204Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:12.204Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092672202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:31:12.304Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:31:12.305Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:12.305Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:12.319Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:12.320Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:13.204Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: afaf7e75-654b-4bb2-8259-e87f4701692a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-07-06T07:31:13.205Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-06T07:31:13.205Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-07-06T07:31:13.297Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-06T07:31:13.298Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env afaf7e75-654b-4bb2-8259-e87f4701692a 903 2022-07-06T07:31:13.298Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-07-06T07:31:13.298Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-07-06T07:31:13.298Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:31:13.298Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:13.300Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:13.300Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092673298, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:31:13.400Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:31:13.401Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:13.401Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:13.413Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:13.413Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:14.301Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f5a8bbb7-655b-422b-bb03-9c64969094fc 2022-07-06T07:31:14.301Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ebb4fb32-821c-4df0-b722-15bba3b35400 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-06T07:31:14.311Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31f31cee, org.onap.sdc.toscaparser.api.parameters.Input@6194440c, org.onap.sdc.toscaparser.api.parameters.Input@3346595d, org.onap.sdc.toscaparser.api.parameters.Input@652e2d1f, org.onap.sdc.toscaparser.api.parameters.Input@4c134938] 2022-07-06T07:31:14.312Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.312Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:14.313Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-07-06T07:31:14.313Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= cc1537ff-09b4-4c13-91f0-f774137b61bd 2022-07-06T07:31:14.313Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cc1537ff-09b4-4c13-91f0-f774137b61bd matches Tosca VF Customization UUID: cc1537ff-09b4-4c13-91f0-f774137b61bd 2022-07-06T07:31:14.313Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: cc1537ff-09b4-4c13-91f0-f774137b61bd 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-06T07:31:14.315Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.315Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:14.316Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id cc1537ff-09b4-4c13-91f0-f774137b61bd: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-07-06T07:31:14.316Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1abb6e85 2022-07-06T07:31:14.316Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.317Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-06T07:31:14.317Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8d4c48d-eaab-4afa-a235-414b8a59ce6d 2022-07-06T07:31:14.317Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8d4c48d-eaab-4afa-a235-414b8a59ce6d 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-06T07:31:14.319Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.319Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-06T07:31:14.320Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:31:14.320Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.320Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-06T07:31:14.320Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:31:14.321Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.321Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-06T07:31:14.321Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-06T07:31:14.321Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-06T07:31:14.322Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf29cb13-edf4-45b0-9976-ac1dc5122ddd 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-06T07:31:14.324Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.324Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-06T07:31:14.324Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-06T07:31:14.324Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.324Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-06T07:31:14.325Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cc1537ff-09b4-4c13-91f0-f774137b61bd 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-06T07:31:14.326Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.326Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:14.327Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f5a8bbb7-655b-422b-bb03-9c64969094fc: basic_vm_macro 2022-07-06T07:31:14.327Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.327Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:14.327Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.327Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:14.328Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.328Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:14.328Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.328Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:14.328Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:31:14.328Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:31:14.328Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-06T07:31:14.403Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ebb4fb32-821c-4df0-b722-15bba3b35400 1 ASDC deployResourceStructure 2022-07-06T07:31:14.403Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-07-06T07:31:14.403Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-07-06T07:31:14.403Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:31:14.403Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:14.405Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:14.406Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092674403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T07:31:14.505Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:14.506Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:14.506Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:14.520Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:14.521Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:15.407Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-07-06T07:31:15.407Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-07-06T07:31:15.407Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:31:15.407Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:15.409Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:15.409Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092675406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-06T07:31:15.509Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:31:15.510Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:15.510Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:15.524Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:15.525Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:16.410Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-07-06T07:31:16.410Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-07-06T07:31:16.411Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:31:16.411Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:16.414Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:16.414Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092676410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-06T07:31:16.513Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:16.514Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:16.514Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:16.551Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:16.551Z||pool-126-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:17.414Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-07-06T07:31:17.415Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-06T07:31:17.415Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:31:17.415Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:17.417Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:17.417Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092677414, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:31:17.517Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:31:17.518Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:17.518Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:17.562Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:17.562Z||pool-127-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:18.418Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c6dc460-a697-4903-9b6b-b3deadc85e31 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:31:18.427Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c6dc460-a697-4903-9b6b-b3deadc85e31 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-06T07:31:18.429Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:31:18.429Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-06T07:31:18.429Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-06T07:31:18.430Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-06T07:31:18.430Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:31:18.430Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:31:18.430Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:31:18.430Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:31:18.430Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:31:18.430Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:31:18.431Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||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-06T07:31:18.435Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-06T07:31:48.435Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c6dc460-a697-4903-9b6b-b3deadc85e31 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-06T07:31:48.442Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c6dc460-a697-4903-9b6b-b3deadc85e31 and serviceModelVersionId: f5a8bbb7-655b-422b-bb03-9c64969094fc 2022-07-06T07:31:48.442Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 417bb061-04ef-44d6-a5ee-bfbfb72c1022 2022-07-06T07:31:48.443Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/417bb061-04ef-44d6-a5ee-bfbfb72c1022/model-vers/model-ver/f5a8bbb7-655b-422b-bb03-9c64969094fc?depth=0 2022-07-06T07:31:48.447Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-07-06T07:31:48.482Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/417bb061-04ef-44d6-a5ee-bfbfb72c1022/model-vers/model-ver/f5a8bbb7-655b-422b-bb03-9c64969094fc?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-06T07:31:48.484Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/417bb061-04ef-44d6-a5ee-bfbfb72c1022/model-vers/model-ver/f5a8bbb7-655b-422b-bb03-9c64969094fc?depth=0|INFO|500||Invoke 2022-07-06T07:31:48.501Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/417bb061-04ef-44d6-a5ee-bfbfb72c1022/model-vers/model-ver/f5a8bbb7-655b-422b-bb03-9c64969094fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-06T07:31:48.634Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/417bb061-04ef-44d6-a5ee-bfbfb72c1022/model-vers/model-ver/f5a8bbb7-655b-422b-bb03-9c64969094fc?depth=0|INFO|500||InvokeReturn 2022-07-06T07:31:48.635Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/417bb061-04ef-44d6-a5ee-bfbfb72c1022/model-vers/model-ver/f5a8bbb7-655b-422b-bb03-9c64969094fc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220706-07:31:48:509-1365], vertex-id=[299104], Content-Length=[0], Date=[Wed, 06 Jul 2022 07:31:48 GMT], Content-Type=[application/json]} 2022-07-06T07:31:48.635Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-07-06T07:31:48.636Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-06T07:31:48.636Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||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-06T07:31:48.639Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||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-06T07:31:48.640Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c6dc460-a697-4903-9b6b-b3deadc85e31 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-06T07:31:48.640Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-06T07:31:48.640Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:48.642Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:48.642Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092708640, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:31:48.742Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:31:48.743Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:48.743Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:48.761Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:48.761Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 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-06T07:31:49.655Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-06T07:31:49.655Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b5000d4-0f5b-4eea-8425-7b113d90317b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"376187b9-0f90-49ea-b283-84149bedfa79","serviceDescription":"service","serviceInvariantUUID":"6e51d956-9a90-4d23-8418-6e7e3177be90","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"332aa3de-0c03-4f23-befd-3b0d1623da80","resourceInvariantUUID":"ec78f1f5-c898-42a9-9645-564ad0e06ba0","resourceCustomizationUUID":"9b585790-0c1d-4b42-8cbb-b2bb86039f72","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":"ZmIxNmE1MGRlODhjZTg3NjliYjkxZWQ3MTYxNTRlYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f77a6a98-6b3f-4cc5-b155-7599c4b75d10","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":"023c2dbe-9ef7-43bb-8d80-0cee9c5872d1","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":"14d53163-9eb1-413a-89fc-a978d1a33430","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":"ODkzMGJhMzQyMDQ3MmJkMzdjYzI1NDcyMjBhYjliNWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9ddb4f25-b707-4630-af92-12cf61b8c275","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":"ed702e4d-85e4-4f37-a52c-b34780674623","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":"6aa973dd-6f9e-4b72-add5-79791a65b343","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":"844134c7-d633-4a9f-b9b2-298ab10ac7a8","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":"N2RkNTNiY2YxYjNjOWNiOTI2Y2E4NWFhNzRkMmUyNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2646013-c5f6-489e-8063-696e68b962ac","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MGE2NDc3NmE4YjZhZWRhYTgwZjM5NTE0OWQ5MWM0ODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a45939d-182e-49bd-b1af-9677be656418","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-06T07:31:49.656Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:49.656Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:49.657Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:49.658Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:49.758Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:49.759Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:49.759Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:49.774Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:49.775Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:50.658Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:50.659Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:50.661Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:50.661Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:50.760Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:50.761Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:50.761Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:50.776Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:50.776Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:51.661Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:51.662Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:51.663Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:51.663Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:51.763Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:31:51.764Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:51.764Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:51.777Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:51.777Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-07-06T07:31:52.664Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:52.664Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:52.666Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:52.666Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:52.766Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:52.766Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:52.766Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:52.779Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:52.780Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:53.666Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:53.667Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:53.669Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:53.669Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:53.768Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:53.769Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:53.769Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:53.782Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:53.783Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:54.669Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:54.670Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:54.671Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:54.671Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:54.771Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:54.772Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:54.772Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:54.785Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:54.785Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:55.672Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:55.673Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:55.676Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:55.676Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:55.775Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:55.776Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:55.776Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:55.797Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:55.798Z||pool-135-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:56.677Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:56.677Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:56.679Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:56.679Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:56.779Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:56.780Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:56.780Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:56.793Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:56.793Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:57.682Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-06T07:31:57.683Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:57.685Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:57.685Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:31:57.785Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-06T07:31:57.785Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:57.786Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:57.798Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:57.798Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:58.685Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "376187b9-0f90-49ea-b283-84149bedfa79", "serviceDescription": "service", "serviceInvariantUUID": "6e51d956-9a90-4d23-8418-6e7e3177be90", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "9b585790-0c1d-4b42-8cbb-b2bb86039f72", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "332aa3de-0c03-4f23-befd-3b0d1623da80", "resourceInvariantUUID": "ec78f1f5-c898-42a9-9645-564ad0e06ba0", "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": "MGE2NDc3NmE4YjZhZWRhYTgwZjM5NTE0OWQ5MWM0ODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6a45939d-182e-49bd-b1af-9677be656418" } ], "workloadContext": "Production" } 2022-07-06T07:31:58.686Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-06T07:31:58.686Z|6c6dc460-a697-4903-9b6b-b3deadc85e31|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 376187b9-0f90-49ea-b283-84149bedfa79 ASDC 2022-07-06T07:31:58.686Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7b5000d4-0f5b-4eea-8425-7b113d90317b ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:376187b9-0f90-49ea-b283-84149bedfa79 ServiceInvariantUUID:6e51d956-9a90-4d23-8418-6e7e3177be90 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:6a45939d-182e-49bd-b1af-9677be656418 ArtifactChecksum:MGE2NDc3NmE4YjZhZWRhYTgwZjM5NTE0OWQ5MWM0ODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:9b585790-0c1d-4b42-8cbb-b2bb86039f72 ResourceInvariantUUID:ec78f1f5-c898-42a9-9645-564ad0e06ba0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:332aa3de-0c03-4f23-befd-3b0d1623da80 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-06T07:31:58.686Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 376187b9-0f90-49ea-b283-84149bedfa79 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-06T07:31:58.707Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:31:58.708Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-06T07:31:58.708Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-06T07:31:58.708Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6a45939d-182e-49bd-b1af-9677be656418 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-06T07:31:58.708Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-06T07:31:58.708Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-06T07:31:58.850Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-06T07:31:58.854Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6a45939d-182e-49bd-b1af-9677be656418 105657 2022-07-06T07:31:58.855Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:31:58.855Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:31:58.855Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-06T07:31:58.855Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:31:58.856Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:31:58.857Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092718854, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:31:58.956Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:31:58.957Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:31:58.957Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:58.969Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:58.969Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:31:59.857Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-06T07:31:59.858Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-06T07:31:59.858Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6a45939d-182e-49bd-b1af-9677be656418, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-06T07:31:59.858Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-07-06T07:31:59.858Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-06T07:31:59.859Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-06T07:31:59.895Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:31:59.896Z||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-06T07:31:59.897Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:31:59.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:31:59.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:31:59.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "cds", "timestamp": 1657092598572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:59.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:31:59.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:31:59.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "clamp", "timestamp": 1657092599495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:59.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:31:59.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:31:59.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "policy-id", "timestamp": 1657092599770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:59.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:31:59.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:31:59.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "cds", "timestamp": 1657092598572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:59.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:31:59.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:31:59.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "clamp", "timestamp": 1657092599495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:59.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:31:59.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-06T07:31:59.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "policy-id", "timestamp": 1657092599770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:31:59.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-06T07:31:59.981Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1664740412517680408/Definitions/service-TestPnfMacro-template.yml 2022-07-06T07:32:00.583Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-06T07:32:00.583Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-06T07:32:00.583Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-06T07:32:00.584Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-06T07:32:00.584Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:32:00.584Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:32:00.584Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:32:00.584Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:32:00.584Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:32:00.584Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:32:00.584Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:32:00.584Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-06T07:32:00.585Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:32:00.585Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:32:00.585Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-06T07:32:00.585Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-06T07:32:00.585Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:32:00.585Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:32:00.585Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:32:00.586Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-06T07:32:00.586Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-06T07:32:00.586Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-06T07:32:00.586Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:32:00.586Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:32:00.586Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:32:00.586Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:32:00.586Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:32:00.587Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:32:00.587Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:32:00.587Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:32:00.587Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:32:00.587Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:32:00.587Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:376187b9-0f90-49ea-b283-84149bedfa79 Model Version:NULL Model InvariantUuid:6e51d956-9a90-4d23-8418-6e7e3177be90 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-06T07:32:00.594Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 332aa3de-0c03-4f23-befd-3b0d1623da80 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-06T07:32:00.596Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||test-pnf 0 2022-07-06T07:32:00.596Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 332aa3de-0c03-4f23-befd-3b0d1623da80 2022-07-06T07:32:00.596Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 376187b9-0f90-49ea-b283-84149bedfa79 2022-07-06T07:32:00.596Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 376187b9-0f90-49ea-b283-84149bedfa79 2022-07-06T07:32:00.596Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 332aa3de-0c03-4f23-befd-3b0d1623da80 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-06T07:32:00.601Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67ae673, org.onap.sdc.toscaparser.api.parameters.Input@17ce4203, org.onap.sdc.toscaparser.api.parameters.Input@4594d89c, org.onap.sdc.toscaparser.api.parameters.Input@43f7b877, org.onap.sdc.toscaparser.api.parameters.Input@126f8704] 2022-07-06T07:32:00.602Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:32:00.602Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:32:00.602Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 376187b9-0f90-49ea-b283-84149bedfa79: test-pnf 2022-07-06T07:32:00.603Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||Processing PNF resource: 332aa3de-0c03-4f23-befd-3b0d1623da80 2022-07-06T07:32:00.603Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-06T07:32:00.603Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-06T07:32:00.604Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||Resource customization UUID: 9b585790-0c1d-4b42-8cbb-b2bb86039f72 is the same as notified resource customizationUUID: 9b585790-0c1d-4b42-8cbb-b2bb86039f72 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-06T07:32:00.637Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 332aa3de-0c03-4f23-befd-3b0d1623da80 0 ASDC deployResourceStructure 2022-07-06T07:32:00.637Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:32:00.638Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:32:00.638Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-06T07:32:00.638Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:32:00.640Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:32:00.641Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092720637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:32:00.740Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:32:00.741Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:32:00.741Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:32:00.754Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:32:00.755Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-06T07:32:01.641Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b5000d4-0f5b-4eea-8425-7b113d90317b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:32:01.676Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b5000d4-0f5b-4eea-8425-7b113d90317b 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-06T07:32:01.678Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:32:01.678Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T07:32:01.678Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T07:32:31.679Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b5000d4-0f5b-4eea-8425-7b113d90317b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:32:31.696Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b5000d4-0f5b-4eea-8425-7b113d90317b 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-06T07:32:31.698Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:32:31.699Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-06T07:32:31.699Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-06T07:32:59.888Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:32:59.888Z||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-06T07:32:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:32:59.920Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:32:59.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "cds", "timestamp": 1657092598572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "clamp", "timestamp": 1657092599495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "policy-id", "timestamp": 1657092599770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "cds", "timestamp": 1657092598572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "clamp", "timestamp": 1657092599495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "policy-id", "timestamp": 1657092599770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092603037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "ves-openapi-manager", "timestamp": 1657092603219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "cds", "timestamp": 1657092598572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "clamp", "timestamp": 1657092599495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "multicloud-k8s-id", "timestamp": 1657092603603, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "policy-id", "timestamp": 1657092599770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092603037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "ves-openapi-manager", "timestamp": 1657092603219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "cds", "timestamp": 1657092598572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "clamp", "timestamp": 1657092599495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "multicloud-k8s-id", "timestamp": 1657092603603, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "policy-id", "timestamp": 1657092599770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092603037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "ves-openapi-manager", "timestamp": 1657092603219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "cds", "timestamp": 1657092598572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "clamp", "timestamp": 1657092599495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "multicloud-k8s-id", "timestamp": 1657092603603, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "policy-id", "timestamp": 1657092599770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092603037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "ves-openapi-manager", "timestamp": 1657092603219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "cds", "timestamp": 1657092598572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "clamp", "timestamp": 1657092599495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "multicloud-k8s-id", "timestamp": 1657092603603, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "policy-id", "timestamp": 1657092599770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092603037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "ves-openapi-manager", "timestamp": 1657092603219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "cds", "timestamp": 1657092598572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:32:59.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "clamp", "timestamp": 1657092599495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:32:59.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "multicloud-k8s-id", "timestamp": 1657092603603, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "policy-id", "timestamp": 1657092599770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:32:59.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092603037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "ves-openapi-manager", "timestamp": 1657092603219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "cds", "timestamp": 1657092609106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:32:59.932Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:32:59.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "multicloud-k8s-id", "timestamp": 1657092603603, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "policy-id", "timestamp": 1657092609576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:32:59.933Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:32:59.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092603037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "ves-openapi-manager", "timestamp": 1657092603219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-06T07:32:59.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "multicloud-k8s-id", "timestamp": 1657092603603, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "cds", "timestamp": 1657092610446, "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-06T07:32:59.941Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b5000d4-0f5b-4eea-8425-7b113d90317b 2022-07-06T07:32:59.941Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b5000d4-0f5b-4eea-8425-7b113d90317b 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-06T07:32:59.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "policy-id", "timestamp": 1657092610583, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:32:59.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:32:59.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092603037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "ves-openapi-manager", "timestamp": 1657092603219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "multicloud-k8s-id", "timestamp": 1657092603603, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "policy-id", "timestamp": 1657092611587, "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-06T07:32:59.956Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b5000d4-0f5b-4eea-8425-7b113d90317b 2022-07-06T07:32:59.956Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b5000d4-0f5b-4eea-8425-7b113d90317b 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-06T07:32:59.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092603037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:32:59.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "ves-openapi-manager", "timestamp": 1657092603219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:32:59.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "multicloud-k8s-id", "timestamp": 1657092603603, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:32:59.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:32:59.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092612891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:32:59.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:32:59.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "ves-openapi-manager", "timestamp": 1657092613201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:32:59.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:32:59.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "clamp", "timestamp": 1657092613336, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:32:59.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:32:59.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "ves-openapi-manager", "timestamp": 1657092614259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-06T07:32:59.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:32:59.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "clamp", "timestamp": 1657092614359, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:32:59.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:32:59.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092615124, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:32:59.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:32:59.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "ves-openapi-manager", "timestamp": 1657092615265, "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-06T07:32:59.974Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7b5000d4-0f5b-4eea-8425-7b113d90317b 2022-07-06T07:32:59.974Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b5000d4-0f5b-4eea-8425-7b113d90317b 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-06T07:32:59.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:32:59.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "clamp", "timestamp": 1657092615365, "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-06T07:32:59.988Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b5000d4-0f5b-4eea-8425-7b113d90317b 2022-07-06T07:32:59.988Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b5000d4-0f5b-4eea-8425-7b113d90317b 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-06T07:33:00.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657092616136, "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-06T07:33:00.008Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b5000d4-0f5b-4eea-8425-7b113d90317b 2022-07-06T07:33:00.009Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b5000d4-0f5b-4eea-8425-7b113d90317b 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-06T07:33:00.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "aai-ml", "timestamp": 1657092617578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:00.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:00.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "aai-ml", "timestamp": 1657092617578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:00.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:00.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "aai-ml", "timestamp": 1657092617578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:00.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:00.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "aai-ml", "timestamp": 1657092617578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:00.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:00.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "aai-ml", "timestamp": 1657092617578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:00.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:00.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "aai-ml", "timestamp": 1657092617578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:00.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:00.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "aai-ml", "timestamp": 1657092617578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:00.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:00.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "aai-ml", "timestamp": 1657092617578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:00.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:00.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "aai-ml", "timestamp": 1657092617578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:33:00.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:00.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "aai-ml", "timestamp": 1657092627391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:33:00.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:33:00.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "aai-ml", "timestamp": 1657092633731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:33:00.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:33:00.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "aai-ml", "timestamp": 1657092634734, "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-06T07:33:00.054Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b5000d4-0f5b-4eea-8425-7b113d90317b 2022-07-06T07:33:00.054Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b5000d4-0f5b-4eea-8425-7b113d90317b 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-06T07:33:00.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:33:00.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "f18295c8-530a-4501-ad67-a2f4d9c68d74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092654918, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:33:00.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:33:01.700Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b5000d4-0f5b-4eea-8425-7b113d90317b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:33:01.709Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b5000d4-0f5b-4eea-8425-7b113d90317b 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-06T07:33:01.711Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-06T07:33:01.712Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-06T07:33:01.712Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-06T07:33:01.712Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-06T07:33:01.712Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:33:01.712Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:33:01.712Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:33:01.712Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:33:01.712Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:33:01.712Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:33:01.712Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-06T07:33:01.712Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:33:01.716Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-06T07:33:31.717Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b5000d4-0f5b-4eea-8425-7b113d90317b 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-06T07:33:31.725Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b5000d4-0f5b-4eea-8425-7b113d90317b and serviceModelVersionId: 376187b9-0f90-49ea-b283-84149bedfa79 2022-07-06T07:33:31.726Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e51d956-9a90-4d23-8418-6e7e3177be90 2022-07-06T07:33:31.727Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e51d956-9a90-4d23-8418-6e7e3177be90/model-vers/model-ver/376187b9-0f90-49ea-b283-84149bedfa79?depth=0 2022-07-06T07:33:31.733Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-07-06T07:33:31.795Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e51d956-9a90-4d23-8418-6e7e3177be90/model-vers/model-ver/376187b9-0f90-49ea-b283-84149bedfa79?depth=0|INFO|500||Invoke 2022-07-06T07:33:31.796Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e51d956-9a90-4d23-8418-6e7e3177be90/model-vers/model-ver/376187b9-0f90-49ea-b283-84149bedfa79?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e51d956-9a90-4d23-8418-6e7e3177be90/model-vers/model-ver/376187b9-0f90-49ea-b283-84149bedfa79?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7b5000d4-0f5b-4eea-8425-7b113d90317b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b164258-df77-42e7-b2a3-01e80f8f9ce7], X-ECOMP-RequestID=[7b5000d4-0f5b-4eea-8425-7b113d90317b], X-TransactionId=[], X-ONAP-RequestID=[7b5000d4-0f5b-4eea-8425-7b113d90317b], Content-Type=[application/merge-patch+json]} 2022-07-06T07:33:31.815Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e51d956-9a90-4d23-8418-6e7e3177be90/model-vers/model-ver/376187b9-0f90-49ea-b283-84149bedfa79?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-06T07:33:32.014Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e51d956-9a90-4d23-8418-6e7e3177be90/model-vers/model-ver/376187b9-0f90-49ea-b283-84149bedfa79?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/6e51d956-9a90-4d23-8418-6e7e3177be90/model-vers/model-ver/376187b9-0f90-49ea-b283-84149bedfa79?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220706-07:33:31:821-20542], vertex-id=[282792], Content-Length=[0], Date=[Wed, 06 Jul 2022 07:33:31 GMT], Content-Type=[application/json]} 2022-07-06T07:33:32.014Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e51d956-9a90-4d23-8418-6e7e3177be90/model-vers/model-ver/376187b9-0f90-49ea-b283-84149bedfa79?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-06T07:33:32.014Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e51d956-9a90-4d23-8418-6e7e3177be90/model-vers/model-ver/376187b9-0f90-49ea-b283-84149bedfa79?depth=0|INFO|500||InvokeReturn 2022-07-06T07:33:32.015Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-06T07:33:32.015Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:33:32.018Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||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-06T07:33:32.019Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b5000d4-0f5b-4eea-8425-7b113d90317b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-06T07:33:32.019Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-06T07:33:32.019Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-06T07:33:32.021Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-06T07:33:32.021Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092812019, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:33:32.121Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-06T07:33:32.122Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-06T07:33:32.122Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:33:32.135Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:33:32.136Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 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-06T07:33:33.032Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:33:33.033Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:33:33.033Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:33:43.361Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:33:43.362Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:33:43.362Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:33:43.362Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:33:52.911Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:33:52.912Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:33:52.912Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:33:52.913Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:33:59.887Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:33:59.888Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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-06T07:33:59.888Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:33:59.911Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:33:59.911Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.912Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:59.912Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.912Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.912Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-06T07:33:59.912Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.912Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.912Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:59.913Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092668634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092671016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092672202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:33:59.914Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.915Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092673298, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-06T07:33:59.915Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:33:59.915Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.915Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092674403, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-06T07:33:59.915Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:33:59.915Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.915Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092675406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-06T07:33:59.915Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:33:59.915Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.915Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092676410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-06T07:33:59.915Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:33:59.916Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.916Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092677414, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:33:59.916Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:33:59.916Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.916Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6c6dc460-a697-4903-9b6b-b3deadc85e31", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092708640, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:33:59.916Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:33:59.916Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.916Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:59.916Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.916Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.916Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:59.917Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.918Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.918Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:59.918Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.918Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.918Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-06T07:33:59.918Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.918Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.918Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092655933, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-06T07:33:59.918Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-06T07:33:59.918Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-06T07:33:59.919Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092718854, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-06T07:33:59.919Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:34:02.485Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:34:02.485Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:34:02.486Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:34:02.486Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:34:12.026Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:34:12.027Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:34:12.027Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:34:12.027Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:34:21.577Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:34:21.577Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:34:21.578Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:34:21.578Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:34:31.117Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:34:59.885Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:34:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:34:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:34:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:34:59.888Z||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-06T07:34:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:34:59.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:34:59.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:34:59.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092720637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-06T07:34:59.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:35:09.428Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:35:59.885Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:35:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:35:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:35:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:35:59.888Z||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-06T07:35:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:36:00.416Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:36:00.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-06T07:36:00.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b5000d4-0f5b-4eea-8425-7b113d90317b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657092812019, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-06T07:36:00.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-06T07:36:09.432Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:36:59.885Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:36:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:36:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:36:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:36:59.888Z||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-06T07:36:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:37:09.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:37:09.432Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:37:59.885Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:37:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:37:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:37:59.887Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:37:59.888Z||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-06T07:37:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:38:09.431Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:38:09.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:38:59.885Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:38:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:38:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:38:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:38:59.888Z||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-06T07:38:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:39:09.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:39:09.436Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:39:59.885Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:39:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:39:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:39:59.887Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:39:59.888Z||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-06T07:39:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:40:09.432Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:40:09.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:40:59.885Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:40:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:40:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:40:59.888Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:40:59.888Z||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-06T07:40:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:41:09.434Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:41:09.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:41:59.885Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:41:59.885Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:41:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:41:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:41:59.888Z||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-06T07:41:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:42:09.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:42:09.432Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:42:59.885Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:42:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-06T07:42:59.886Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MfdJs38ecWGPaKDB) ... 2022-07-06T07:42:59.887Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:42:59.888Z||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-06T07:42:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:43:09.434Z|7b5000d4-0f5b-4eea-8425-7b113d90317b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:43:09.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:43:59.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:43:59.887Z||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-06T07:43:59.887Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:43:59.887Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:43:59.889Z||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-06T07:43:59.889Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:44:09.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:44:09.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:44:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:44:59.887Z||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-06T07:44:59.887Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:44:59.887Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:44:59.888Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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-06T07:44:59.889Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:45:09.443Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:45:09.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:45:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:45:59.886Z||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-06T07:45:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:45:59.888Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:45:59.888Z||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-06T07:45:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:46:09.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:46:09.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:46:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:46:59.886Z||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-06T07:46:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:46:59.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:46:59.888Z||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-06T07:46:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:47:09.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:47:09.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:47:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:47:59.886Z||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-06T07:47:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:47:59.888Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:47:59.888Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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-06T07:47:59.888Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:48:09.433Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:48:09.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:48:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:48:59.886Z||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-06T07:48:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:48:59.888Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:48:59.889Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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-06T07:48:59.889Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:49:09.441Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:49:09.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:49:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:49:59.886Z||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-06T07:49:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:49:59.887Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:49:59.888Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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-06T07:49:59.888Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:50:09.432Z|99ec64fa-bf71-45ee-bb0f-aee2e04270df|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:50:09.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:50:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:50:59.886Z||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-06T07:50:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:50:59.887Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:50:59.888Z||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-06T07:50:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:51:09.432Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:51:09.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:51:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:51:59.886Z||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-06T07:51:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:51:59.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:51:59.888Z||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-06T07:51:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:52:09.431Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:52:09.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:52:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:52:59.886Z||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-06T07:52:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:52:59.887Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:52:59.888Z||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-06T07:52:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:53:09.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:53:09.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:53:59.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:53:59.886Z||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-06T07:53:59.886Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:53:59.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-06T07:53:59.888Z||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-06T07:53:59.888Z||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 MfdJs38ecWGPaKDB) ... 2022-07-06T07:54:09.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-06T07:54:09.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK