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-10-09T05:01:51.551Z||main|||||INFO|500||The following profiles are active: basic 2022-10-09T05:02:04.294Z||main|||||INFO|500||Starting service [Tomcat] 2022-10-09T05:02:04.295Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-10-09T05:02:04.421Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-10-09T05:02:09.187Z||main|||||INFO|500||catdb-pool - Starting... 2022-10-09T05:02:09.664Z||main|||||INFO|500||catdb-pool - Start completed. 2022-10-09T05:02:10.393Z||main|||||INFO|500||reqdb-pool - Starting... 2022-10-09T05:02:10.401Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-10-09T05:02:10.582Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-10-09T05:02:10.823Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-10-09T05:02:11.496Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-10-09T05:02:13.491Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-09T05:02:16.117Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-09T05:02:16.193Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-10-09T05:02:16.814Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-09T05:02:17.172Z||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-10-09T05:02:18.566Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-09T05:02:19.747Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-10-09T05:02:19.769Z||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$$1cee29c1.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-10-09T05:02:19.770Z||main|||||WARN|500||The sdc end point is not alive 2022-10-09T05:02:23.339Z||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-10-09T05:02:26.545Z||main|||||WARN|500||--- 2022-10-09T05:02:26.546Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-10-09T05:02:26.547Z||main|||||WARN|500||--- 2022-10-09T05:02:27.059Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-10-09T05:02:32.941Z||main|||||INFO|500||Started Application in 44.765 seconds (JVM running for 46.835) 2022-10-09T05:02:32.989Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-09T05:02:32.999Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-09T05:02:33.019Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-09T05:02:33.055Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-09T05:02:33.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c33930fe-65f8-4931-9546-d01345a1d263 url= /sdc/v1/artifactTypes 2022-10-09T05:02:33.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-09T05:02:34.253Z||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.16.119] 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$$b15c31d1.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-10-09T05:02:34.259Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@167b0cf9 2022-10-09T05:02:34.260Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-09T05:02:34.278Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-10-09T05:02:34.281Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-10-09T05:02:34.284Z||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$$b15c31d1.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-10-09T05:03:22.935Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-09T05:03:22.935Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-09T05:03:22.935Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-09T05:03:22.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-09T05:03:22.963Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9400ea16-ec43-49e8-bc5d-bf211810aa7d url= /sdc/v1/artifactTypes 2022-10-09T05:03:22.964Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-09T05:03:23.980Z||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.16.119] 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$$b15c31d1.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-10-09T05:03:23.981Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@494d465c 2022-10-09T05:03:23.981Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-09T05:03:23.982Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-10-09T05:03:23.982Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-10-09T05:03:23.984Z||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$$b15c31d1.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-10-09T05:04:12.934Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-09T05:04:12.935Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-09T05:04:12.935Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-09T05:04:12.938Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-09T05:04:12.943Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce21535d-d89d-480f-99cb-6d7264684452 url= /sdc/v1/artifactTypes 2022-10-09T05:04:12.943Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-09T05:04:13.964Z||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.16.119] 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$$b15c31d1.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-10-09T05:04:13.965Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4099d59a 2022-10-09T05:04:13.966Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-09T05:04:13.966Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-10-09T05:04:13.966Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-10-09T05:04:13.967Z||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$$b15c31d1.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-10-09T05:05:02.936Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-09T05:05:02.938Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-09T05:05:02.938Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-09T05:05:02.943Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-09T05:05:02.964Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a322e52-495b-47a4-a5bb-aab2fc32cbb8 url= /sdc/v1/artifactTypes 2022-10-09T05:05:02.966Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-09T05:05:03.364Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-10-09T05:05:03.383Z||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-10-09T05:05:03.453Z||scheduling-1|||||DEBUG|500||create keys 2022-10-09T05:05:03.463Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-09T05:05:03.572Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:05:03.600Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 661f874d-9f77-431d-b19d-c44b01e9a912 url= /sdc/v1/registerForDistribution 2022-10-09T05:05:03.750Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 661f874d-9f77-431d-b19d-c44b01e9a912 url= /sdc/v1/registerForDistribution 2022-10-09T05:05:03.751Z||scheduling-1|||||INFO|500||start DistributionClient 2022-10-09T05:05:03.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:05:03.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:05:03.782Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-10-09T05:05:03.795Z||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-10-09T05:05:03.795Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:05:03.797Z||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-10-09T05:05:03.797Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:05:14.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:05:14.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:06:03.761Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:06:03.762Z||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-10-09T05:06:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:06:03.770Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:06:03.771Z||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-10-09T05:06:03.771Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:06:13.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:06:13.359Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:07:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:07:03.761Z||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-10-09T05:07:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:07:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:07:03.767Z||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-10-09T05:07:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:07:13.324Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:07:13.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:08:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:08:03.762Z||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-10-09T05:08:03.763Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:08:03.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:08:03.767Z||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-10-09T05:08:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:08:13.313Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:08:13.316Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:09:03.761Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:09:03.763Z||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-10-09T05:09:03.763Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:09:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:09:03.766Z||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-10-09T05:09:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:09:13.338Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:09:13.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:10:03.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:10:03.763Z||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-10-09T05:10:03.763Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:10:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:10:03.767Z||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-10-09T05:10:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:10:13.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:10:13.352Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:11:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:11:03.762Z||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-10-09T05:11:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:11:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:11:03.768Z||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-10-09T05:11:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:11:13.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:11:13.329Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:12:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:12:03.762Z||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-10-09T05:12:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:12:03.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:12:03.768Z||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-10-09T05:12:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:12:13.329Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:12:13.331Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:12:38.011Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-09T05:13:03.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:13:03.762Z||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-10-09T05:13:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:13:03.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:13:03.767Z||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-10-09T05:13:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:13:13.317Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:13:13.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:14:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:14:03.761Z||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-10-09T05:14:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:14:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:14:03.767Z||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-10-09T05:14:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:14:13.310Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:14:13.339Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:15:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:15:03.761Z||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-10-09T05:15:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:15:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:15:03.766Z||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-10-09T05:15:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:15:13.315Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:15:13.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:16:03.763Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:16:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:16:03.767Z||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-10-09T05:16:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:16:03.767Z||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-10-09T05:16:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:16:13.316Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:16:13.329Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:17:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:17:03.762Z||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-10-09T05:17:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:17:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:17:03.767Z||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-10-09T05:17:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:17:13.315Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:17:13.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:18:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:18:03.762Z||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-10-09T05:18:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:18:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:18:03.766Z||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-10-09T05:18:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:18:13.334Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:18:13.334Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:19:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:19:03.762Z||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-10-09T05:19:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:19:03.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:19:03.767Z||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-10-09T05:19:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:19:13.319Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:19:13.334Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:20:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:20:03.761Z||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-10-09T05:20:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:20:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:20:03.766Z||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-10-09T05:20:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:20:13.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:20:13.314Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:21:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:21:03.761Z||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-10-09T05:21:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:21:03.767Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:21:03.767Z||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-10-09T05:21:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:21:13.314Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:21:13.318Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:22:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:22:03.761Z||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-10-09T05:22:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:22:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:22:03.767Z||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-10-09T05:22:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:22:13.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:22:13.343Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:23:03.761Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:23:03.766Z||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-10-09T05:23:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:23:03.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:23:03.770Z||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-10-09T05:23:03.771Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:23:13.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:23:13.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:24:03.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:24:03.761Z||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-10-09T05:24:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:24:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:24:03.767Z||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-10-09T05:24:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:24:13.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:24:13.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:25:03.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:25:03.762Z||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-10-09T05:25:03.763Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:25:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:25:03.766Z||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-10-09T05:25:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:25:13.320Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:25:13.320Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:26:03.760Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:26:03.761Z||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-10-09T05:26:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:26:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:26:03.767Z||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-10-09T05:26:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:26:13.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:26:13.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:27:03.760Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:27:03.761Z||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-10-09T05:27:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:27:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:27:03.767Z||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-10-09T05:27:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:27:13.313Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:27:13.313Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:28:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:28:03.761Z||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-10-09T05:28:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:28:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:28:03.767Z||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-10-09T05:28:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:28:13.333Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:28:13.333Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:29:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:29:03.761Z||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-10-09T05:29:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:29:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:29:03.766Z||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-10-09T05:29:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:29:13.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:29:13.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:30:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:30:03.763Z||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-10-09T05:30:03.763Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:30:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:30:03.766Z||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-10-09T05:30:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:30:13.334Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:30:13.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:31:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:31:03.762Z||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-10-09T05:31:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:31:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:31:03.766Z||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-10-09T05:31:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:31:13.312Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:31:13.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:32:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:32:03.761Z||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-10-09T05:32:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:32:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:32:03.766Z||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-10-09T05:32:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:32:13.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:32:13.359Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:33:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:33:03.761Z||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-10-09T05:33:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:33:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:33:03.766Z||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-10-09T05:33:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:33:13.308Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:33:13.312Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:34:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:34:03.761Z||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-10-09T05:34:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:34:03.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:34:03.767Z||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-10-09T05:34:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:34:13.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:34:13.314Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:35:03.760Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:35:03.762Z||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-10-09T05:35:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:35:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:35:03.767Z||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-10-09T05:35:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:35:13.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:35:13.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:36:03.764Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:36:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:36:03.768Z||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-10-09T05:36:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:36:03.768Z||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-10-09T05:36:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:36:13.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:36:13.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:37:03.760Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:37:03.761Z||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-10-09T05:37:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:37:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:37:03.767Z||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-10-09T05:37:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:37:13.338Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:37:13.339Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:38:03.760Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:38:03.761Z||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-10-09T05:38:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:38:03.766Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:38:03.767Z||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-10-09T05:38:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:38:13.314Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:38:13.321Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:39:03.760Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:39:03.761Z||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-10-09T05:39:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:39:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:39:03.767Z||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-10-09T05:39:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:39:13.306Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:39:13.307Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:40:03.760Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:40:03.761Z||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-10-09T05:40:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:40:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:40:03.767Z||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-10-09T05:40:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:40:13.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:40:13.314Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:41:03.760Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:41:03.761Z||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-10-09T05:41:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:41:03.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:41:03.766Z||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-10-09T05:41:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:41:13.320Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:41:13.321Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:42:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:42:03.761Z||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-10-09T05:42:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:42:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:42:03.767Z||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-10-09T05:42:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:42:13.313Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:42:13.321Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:43:03.763Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:43:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:43:03.770Z||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-10-09T05:43:03.771Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:43:03.771Z||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-10-09T05:43:03.771Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:43:13.324Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:43:13.324Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:44:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:44:03.762Z||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-10-09T05:44:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:44:03.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:44:03.767Z||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-10-09T05:44:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:44:13.309Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:44:13.309Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:45:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:45:03.762Z||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-10-09T05:45:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:45:03.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:45:03.767Z||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-10-09T05:45:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:45:13.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:45:13.327Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:46:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:46:03.761Z||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-10-09T05:46:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:46:03.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:46:03.766Z||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-10-09T05:46:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:46:13.318Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:46:13.318Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:47:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:47:03.761Z||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-10-09T05:47:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:47:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:47:03.767Z||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-10-09T05:47:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:47:13.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:47:13.355Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:48:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:48:03.761Z||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-10-09T05:48:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:48:03.766Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:48:03.767Z||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-10-09T05:48:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:48:13.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:48:13.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:49:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:49:03.762Z||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-10-09T05:49:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:49:03.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:49:03.766Z||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-10-09T05:49:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:49:13.310Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:49:13.333Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:50:03.761Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:50:03.762Z||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-10-09T05:50:03.763Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:50:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:50:03.766Z||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-10-09T05:50:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:50:13.317Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:50:13.328Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:51:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:51:03.762Z||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-10-09T05:51:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:51:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:51:03.767Z||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-10-09T05:51:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:51:13.337Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:51:13.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:03.760Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:52:03.762Z||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-10-09T05:52:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:52:03.766Z||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-10-09T05:52:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:09.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:09.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T05:52:09.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e050151f-3827-4da0-bbcc-2a7e4f6784a7","serviceName":"basic_onboard_jqyjiH","serviceVersion":"1.0","serviceUUID":"350b64c1-2f51-4cd7-b661-3d84905c34fc","serviceDescription":"service","serviceInvariantUUID":"acb0a858-b40c-4390-a05b-f726ced152d7","resources":[{"resourceInstanceName":"basic_onboard_jqyjiH 0","resourceName":"basic_onboard_jqyjiH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae130eef-fd01-4a34-9491-145fd28dd23f","resourceInvariantUUID":"fb35d004-fc57-4931-b0e3-cee4e2c8f345","resourceCustomizationUUID":"ea8ed00d-9d68-4cf1-8cbe-87e559e413ea","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml","artifactChecksum":"YjFiODQwYWNmNTQzNGI0NTJmNGRjMDg1OTI3NzE1NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28684c62-9fca-4509-a79d-a4186dcd6f9c","artifactVersion":"1"},{"artifactName":"basic_onboard_jqyjih0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json","artifactChecksum":"ZGM2OTg1ODc1NGFmYTRlN2YwYWZmMzJiNmIzYzc4NGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4970322-78b7-44a6-9ec3-80a979b194ef","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"17418534-60b0-4c14-81f9-042b867ba07f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"654b64c4-c4bf-4c62-a6ad-71ea6027dfbc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b02acb8d-8306-497f-bbb7-f9c01ee3bd57","artifactVersion":"2","generatedFromUUID":"17418534-60b0-4c14-81f9-042b867ba07f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJqyjih-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml","artifactChecksum":"MjBlZGU0NTdlMGUyZTU2YTAxM2RkMmM1OGUwN2E4M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3640a47c-a696-4a52-bf50-6ef4cbab96b2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJqyjih-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar","artifactChecksum":"MDRlZGE3NDVhZWM2YWU1Njc2ZGY4ZjQ4ZDYxZGEzNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c10fa80-3d03-4c6b-9002-17cdee38289d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-09T05:52:09.864Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T05:52:09.872Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:09.887Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:09.887Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:52:09.987Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-10-09T05:52:09.993Z||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-10-09T05:52:09.993Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:10.004Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:10.005Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-09T05:52:10.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:10.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:52:10.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "multicloud-k8s-id", "timestamp": 1665294724280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:52:10.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:52:10.896Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T05:52:10.897Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:10.898Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:10.898Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "NOTIFIED" } 2022-10-09T05:52:10.999Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:52:11.000Z||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-10-09T05:52:11.000Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:11.009Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:11.010Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-09T05:52:11.899Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T05:52:11.900Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:11.903Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:11.903Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-09T05:52:12.003Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:52:12.004Z||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-10-09T05:52:12.005Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:12.016Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:12.016Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-09T05:52:12.903Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T05:52:12.905Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:12.906Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:12.907Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:52:13.007Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:52:13.008Z||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-10-09T05:52:13.009Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:13.057Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:13.058Z||pool-6-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1} 2022-10-09T05:52:13.908Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T05:52:13.909Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:13.911Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:13.911Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-09T05:52:14.012Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:52:14.013Z||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-10-09T05:52:14.013Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:14.023Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:14.024Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-09T05:52:14.912Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T05:52:14.913Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:14.915Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:14.915Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T05:52:15.015Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:52:15.016Z||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-10-09T05:52:15.017Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:15.026Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:15.026Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-09T05:52:15.916Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T05:52:15.917Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:15.919Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:15.919Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "NOTIFIED" } 2022-10-09T05:52:16.019Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:52:16.020Z||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-10-09T05:52:16.020Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:16.033Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:16.034Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T05:52:16.921Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "serviceName": "basic_onboard_jqyjiH", "serviceVersion": "1.0", "serviceUUID": "350b64c1-2f51-4cd7-b661-3d84905c34fc", "serviceDescription": "service", "serviceInvariantUUID": "acb0a858-b40c-4390-a05b-f726ced152d7", "resources": [ { "resourceInstanceName": "basic_onboard_jqyjiH 0", "resourceCustomizationUUID": "ea8ed00d-9d68-4cf1-8cbe-87e559e413ea", "resourceName": "basic_onboard_jqyjiH", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ae130eef-fd01-4a34-9491-145fd28dd23f", "resourceInvariantUUID": "fb35d004-fc57-4931-b0e3-cee4e2c8f345", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_jqyjih0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "artifactChecksum": "ZGM2OTg1ODc1NGFmYTRlN2YwYWZmMzJiNmIzYzc4NGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e4970322-78b7-44a6-9ec3-80a979b194ef", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "17418534-60b0-4c14-81f9-042b867ba07f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b02acb8d-8306-497f-bbb7-f9c01ee3bd57", "generatedFromUUID": "17418534-60b0-4c14-81f9-042b867ba07f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b02acb8d-8306-497f-bbb7-f9c01ee3bd57", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardJqyjih-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "artifactChecksum": "MDRlZGE3NDVhZWM2YWU1Njc2ZGY4ZjQ4ZDYxZGEzNjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c10fa80-3d03-4c6b-9002-17cdee38289d" } ], "workloadContext": "Production" } 2022-10-09T05:52:16.922Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-09T05:52:16.922Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 350b64c1-2f51-4cd7-b661-3d84905c34fc ASDC 2022-10-09T05:52:17.045Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:e050151f-3827-4da0-bbcc-2a7e4f6784a7 ServiceName:basic_onboard_jqyjiH ServiceVersion:1.0 ServiceUUID:350b64c1-2f51-4cd7-b661-3d84905c34fc ServiceInvariantUUID:acb0a858-b40c-4390-a05b-f726ced152d7 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardJqyjih-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar ArtifactUUID:2c10fa80-3d03-4c6b-9002-17cdee38289d ArtifactChecksum:MDRlZGE3NDVhZWM2YWU1Njc2ZGY4ZjQ4ZDYxZGEzNjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_jqyjiH 0 ResourceCustomizationUUID:ea8ed00d-9d68-4cf1-8cbe-87e559e413ea ResourceInvariantUUID:fb35d004-fc57-4931-b0e3-cee4e2c8f345 ResourceName:basic_onboard_jqyjiH ResourceType:VF ResourceUUID:ae130eef-fd01-4a34-9491-145fd28dd23f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_jqyjih0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json ArtifactUUID:e4970322-78b7-44a6-9ec3-80a979b194ef ArtifactChecksum:ZGM2OTg1ODc1NGFmYTRlN2YwYWZmMzJiNmIzYzc4NGY= 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/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml ArtifactUUID:17418534-60b0-4c14-81f9-042b867ba07f 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/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env ArtifactUUID:b02acb8d-8306-497f-bbb7-f9c01ee3bd57 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/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env ArtifactUUID:b02acb8d-8306-497f-bbb7-f9c01ee3bd57 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-09T05:52:17.046Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 350b64c1-2f51-4cd7-b661-3d84905c34fc 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-10-09T05:52:17.289Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T05:52:17.291Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-09T05:52:17.292Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-09T05:52:17.293Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2c10fa80-3d03-4c6b-9002-17cdee38289d from URL: /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:17.293Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T05:52:17.295Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:17.376Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T05:52:17.392Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar 2c10fa80-3d03-4c6b-9002-17cdee38289d 75314 2022-10-09T05:52:17.392Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar ASDC sendASDCNotification 2022-10-09T05:52:17.393Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:17.395Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T05:52:17.397Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:17.399Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:17.399Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294737392, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T05:52:17.499Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:52:17.500Z||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-10-09T05:52:17.501Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:17.513Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:17.514Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-09T05:52:18.400Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T05:52:18.401Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-09T05:52:18.401Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2c10fa80-3d03-4c6b-9002-17cdee38289d, URL: /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar to file: /app/ASDC/1/service-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:18.402Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:18.501Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:18.501Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:19.101Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13860908787811380914/Definitions/service-BasicOnboardJqyjih-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-10-09T05:52:21.212Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-09T05:52:21.217Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-09T05:52:21.217Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:21.217Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-09T05:52:21.217Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:21.217Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:21.217Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:21.218Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:21.218Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:21.218Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jqyjiH 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:21.218Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:21.218Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-09T05:52:21.224Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.226Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:21.230Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria 2022-10-09T05:52:21.230Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-09T05:52:21.232Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T05:52:21.233Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.233Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:21.234Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria 2022-10-09T05:52:21.234Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-09T05:52:21.234Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T05:52:21.234Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.234Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:21.238Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.238Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is not matching search criteria 2022-10-09T05:52:21.238Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-10-09T05:52:21.238Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-10-09T05:52:21.238Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-10-09T05:52:21.239Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-09T05:52:21.239Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-09T05:52:21.239Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.239Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-09T05:52:21.240Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.240Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria 2022-10-09T05:52:21.241Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T05:52:21.241Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.241Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria 2022-10-09T05:52:21.241Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T05:52:21.241Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.242Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria 2022-10-09T05:52:21.242Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T05:52:21.242Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.242Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is not matching search criteria 2022-10-09T05:52:21.242Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-09T05:52:21.243Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-09T05:52:21.243Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=92ca1758-3936-416a-a2e9-fb599837fa3c 2022-10-09T05:52:21.243Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.243Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:21.243Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.244Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:21.244Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.244Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:21.244Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:21.244Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:21.245Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_jqyjiH Description:service Model UUID:350b64c1-2f51-4cd7-b661-3d84905c34fc Model Version:NULL Model InvariantUuid:acb0a858-b40c-4390-a05b-f726ced152d7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_jqyjiH Model UUID:5480a5b3-4a2c-4cba-aa21-e379c6fe8f1f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fb35d004-fc57-4931-b0e3-cee4e2c8f345 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ea8ed00d-9d68-4cf1-8cbe-87e559e413ea NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a5cb738c-857e-4326-abb8-2473dee75c54 ModelName:BasicOnboardJqyjih..base_ubuntu18..module-0 ModelUuid:23bcd1fb-2ab9-4289-81d4-b32f8546e66b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:92ca1758-3936-416a-a2e9-fb599837fa3c ModelInvariantUuid:5e2eb876-a1fe-43b6-af95-b01f28207925 ModelName:basic_onboard_jqyjiH-nodes.ubuntu18Cvfc ModelUuid:7e0d82b9-d360-4647-8f08-55b8e7572274 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2796c470-cb6d-424b-a7c9-377a77c4de6a ModelInvariantUuid:ea626d2a-0ef4-4a86-9a57-b2cb2e9b2e8b ModelName:BasicOnboardJqyjih.compute.nodes.heat.ubuntu18 ModelUuid:80dce29b-37e4-4587-93dd-eca4b8451838 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-10-09T05:52:21.262Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ae130eef-fd01-4a34-9491-145fd28dd23f 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-10-09T05:52:21.350Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||basic_onboard_jqyjiH 0 2022-10-09T05:52:21.358Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae130eef-fd01-4a34-9491-145fd28dd23f 2022-10-09T05:52:21.358Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4970322-78b7-44a6-9ec3-80a979b194ef from URL: /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json 2022-10-09T05:52:21.358Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T05:52:21.359Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json 2022-10-09T05:52:21.406Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T05:52:21.407Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json e4970322-78b7-44a6-9ec3-80a979b194ef 798 2022-10-09T05:52:21.407Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json ASDC sendASDCNotification 2022-10-09T05:52:21.408Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json 2022-10-09T05:52:21.408Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T05:52:21.408Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:21.410Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:21.410Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294741407, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T05:52:21.510Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T05:52:21.512Z||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-10-09T05:52:21.512Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:21.522Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:21.522Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-09T05:52:22.412Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJqyjih..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a5cb738c-857e-4326-abb8-2473dee75c54", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23bcd1fb-2ab9-4289-81d4-b32f8546e66b", "vfModuleModelCustomizationUUID": "1b7eb78a-b628-46f8-ab23-30eb6bf7f61d", "isBase": true, "artifacts": [ "17418534-60b0-4c14-81f9-042b867ba07f", "b02acb8d-8306-497f-bbb7-f9c01ee3bd57" ], "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-10-09T05:52:22.427Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJqyjih..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:23bcd1fb-2ab9-4289-81d4-b32f8546e66b VfModuleModelInvariantUUID:a5cb738c-857e-4326-abb8-2473dee75c54 VfModuleModelDescription:NULL Artifacts UUID List:{ 17418534-60b0-4c14-81f9-042b867ba07f , b02acb8d-8306-497f-bbb7-f9c01ee3bd57 } 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-10-09T05:52:22.431Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJqyjih..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a5cb738c-857e-4326-abb8-2473dee75c54", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23bcd1fb-2ab9-4289-81d4-b32f8546e66b", "vfModuleModelCustomizationUUID": "1b7eb78a-b628-46f8-ab23-30eb6bf7f61d", "isBase": true, "artifacts": [ "17418534-60b0-4c14-81f9-042b867ba07f", "b02acb8d-8306-497f-bbb7-f9c01ee3bd57" ], "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-10-09T05:52:22.431Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJqyjih..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:23bcd1fb-2ab9-4289-81d4-b32f8546e66b VfModuleModelInvariantUUID:a5cb738c-857e-4326-abb8-2473dee75c54 VfModuleModelDescription:NULL Artifacts UUID List:{ 17418534-60b0-4c14-81f9-042b867ba07f , b02acb8d-8306-497f-bbb7-f9c01ee3bd57 } 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-10-09T05:52:22.431Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 17418534-60b0-4c14-81f9-042b867ba07f from URL: /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml 2022-10-09T05:52:22.432Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T05:52:22.432Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml 2022-10-09T05:52:22.485Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T05:52:22.486Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml 17418534-60b0-4c14-81f9-042b867ba07f 5033 2022-10-09T05:52:22.486Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-09T05:52:22.486Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml 2022-10-09T05:52:22.486Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T05:52:22.487Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:22.489Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:22.489Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294742486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T05:52:22.589Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:52:22.590Z||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-10-09T05:52:22.590Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:22.609Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:22.610Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-09T05:52:23.490Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b02acb8d-8306-497f-bbb7-f9c01ee3bd57 from URL: /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env 2022-10-09T05:52:23.490Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T05:52:23.490Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env 2022-10-09T05:52:23.550Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T05:52:23.551Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env b02acb8d-8306-497f-bbb7-f9c01ee3bd57 909 2022-10-09T05:52:23.551Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-09T05:52:23.552Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env 2022-10-09T05:52:23.552Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T05:52:23.552Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:23.555Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:23.555Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294743551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-09T05:52:23.655Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:52:23.656Z||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-10-09T05:52:23.656Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:23.673Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:23.673Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-09T05:52:24.557Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 350b64c1-2f51-4cd7-b661-3d84905c34fc 2022-10-09T05:52:24.558Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jqyjiH 0 ae130eef-fd01-4a34-9491-145fd28dd23f 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-10-09T05:52:24.590Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e9795a1, org.onap.sdc.toscaparser.api.parameters.Input@3711c874, org.onap.sdc.toscaparser.api.parameters.Input@6791d5d6, org.onap.sdc.toscaparser.api.parameters.Input@46dd319a, org.onap.sdc.toscaparser.api.parameters.Input@64458e7d] 2022-10-09T05:52:24.594Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.594Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:24.595Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-10-09T05:52:24.595Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ea8ed00d-9d68-4cf1-8cbe-87e559e413ea 2022-10-09T05:52:24.595Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ea8ed00d-9d68-4cf1-8cbe-87e559e413ea matches Tosca VF Customization UUID: ea8ed00d-9d68-4cf1-8cbe-87e559e413ea 2022-10-09T05:52:24.595Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ea8ed00d-9d68-4cf1-8cbe-87e559e413ea 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-10-09T05:52:24.604Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.604Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:24.606Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ea8ed00d-9d68-4cf1-8cbe-87e559e413ea: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-09T05:52:24.606Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bb0b71e 2022-10-09T05:52:24.606Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.607Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-09T05:52:24.607Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b7eb78a-b628-46f8-ab23-30eb6bf7f61d 2022-10-09T05:52:24.608Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b7eb78a-b628-46f8-ab23-30eb6bf7f61d 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-10-09T05:52:24.614Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.615Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria 2022-10-09T05:52:24.615Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T05:52:24.616Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.616Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria 2022-10-09T05:52:24.616Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T05:52:24.617Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.617Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is not matching search criteria 2022-10-09T05:52:24.617Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-09T05:52:24.617Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-09T05:52:24.618Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=92ca1758-3936-416a-a2e9-fb599837fa3c 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-10-09T05:52:24.625Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.625Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria 2022-10-09T05:52:24.626Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T05:52:24.626Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.626Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jqyjiH 0 is matching search criteria 2022-10-09T05:52:24.627Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jqyjiH 0] matching following query criteria: sdcType=VF, customizationUUID=ea8ed00d-9d68-4cf1-8cbe-87e559e413ea 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-10-09T05:52:24.628Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.629Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:24.629Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 350b64c1-2f51-4cd7-b661-3d84905c34fc: basic_onboard_jqyjiH 2022-10-09T05:52:24.629Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.630Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:24.630Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.630Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:24.630Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.630Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:24.631Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.631Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:24.631Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T05:52:24.631Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jqyjiH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T05:52:24.632Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_jqyjiH 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-10-09T05:52:24.804Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jqyjiH ae130eef-fd01-4a34-9491-145fd28dd23f 1 ASDC deployResourceStructure 2022-10-09T05:52:24.805Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json ASDC sendASDCNotification 2022-10-09T05:52:24.805Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json 2022-10-09T05:52:24.805Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T05:52:24.805Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:24.807Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:24.807Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294744805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T05:52:24.907Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:52:24.908Z||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-10-09T05:52:24.908Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:24.920Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:24.920Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-09T05:52:25.808Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-09T05:52:25.808Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml 2022-10-09T05:52:25.808Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T05:52:25.809Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:25.811Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:25.811Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294745808, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-09T05:52:25.911Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:52:25.912Z||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-10-09T05:52:25.912Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:25.925Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:25.925Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T05:52:26.812Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-09T05:52:26.812Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env 2022-10-09T05:52:26.812Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T05:52:26.812Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:26.814Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:26.814Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294746812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-09T05:52:26.915Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T05:52:26.916Z||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-10-09T05:52:26.916Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:26.929Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:26.930Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-09T05:52:27.815Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar ASDC sendASDCNotification 2022-10-09T05:52:27.816Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar 2022-10-09T05:52:27.816Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T05:52:27.817Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:52:27.819Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:52:27.819Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294747815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T05:52:27.920Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:52:27.921Z||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-10-09T05:52:27.921Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:52:27.934Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:52:27.935Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-09T05:52:28.820Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T05:52:28.846Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:52:28.848Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T05:52:28.848Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-09T05:52:28.849Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-09T05:52:58.849Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T05:52:58.862Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:52:58.875Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T05:52:58.876Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-09T05:52:58.876Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-09T05:53:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:53:03.767Z||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-10-09T05:53:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:53:03.795Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:53:03.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:53:03.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:53:03.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:53:28.876Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T05:53:28.887Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:53:28.890Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T05:53:28.891Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-09T05:53:28.891Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-09T05:53:58.891Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T05:53:58.908Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:53:58.911Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T05:53:58.912Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-09T05:53:58.912Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-09T05:54:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:54:03.767Z||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-10-09T05:54:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:54:04.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:54:04.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "multicloud-k8s-id", "timestamp": 1665294724280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "NOTIFIED" } 2022-10-09T05:54:04.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "NOTIFIED" } 2022-10-09T05:54:04.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "multicloud-k8s-id", "timestamp": 1665294724280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-09T05:54:04.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-09T05:54:04.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "multicloud-k8s-id", "timestamp": 1665294724280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "multicloud-k8s-id", "timestamp": 1665294724280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-09T05:54:04.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-09T05:54:04.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "ves-openapi-manager", "timestamp": 1665294732107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "cds", "timestamp": 1665294732596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "multicloud-k8s-id", "timestamp": 1665294724280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "ves-openapi-manager", "timestamp": 1665294732107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "cds", "timestamp": 1665294732596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "multicloud-k8s-id", "timestamp": 1665294724280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "NOTIFIED" } 2022-10-09T05:54:04.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294723760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "NOTIFIED" } 2022-10-09T05:54:04.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "ves-openapi-manager", "timestamp": 1665294732107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "cds", "timestamp": 1665294732596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "multicloud-k8s-id", "timestamp": 1665294735691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T05:54:04.315Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "ves-openapi-manager", "timestamp": 1665294732107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294737392, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T05:54:04.316Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "cds", "timestamp": 1665294732596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "multicloud-k8s-id", "timestamp": 1665294736759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T05:54:04.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "ves-openapi-manager", "timestamp": 1665294732107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "cds", "timestamp": 1665294732596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "ves-openapi-manager", "timestamp": 1665294732107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "multicloud-k8s-id", "timestamp": 1665294737842, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-09T05:54:04.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "cds", "timestamp": 1665294732596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "ves-openapi-manager", "timestamp": 1665294732107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "multicloud-k8s-id", "timestamp": 1665294738931, "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-10-09T05:54:04.327Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e050151f-3827-4da0-bbcc-2a7e4f6784a7 2022-10-09T05:54:04.328Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:04.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "cds", "timestamp": 1665294732596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "NOTIFIED" } 2022-10-09T05:54:04.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "multicloud-k8s-id", "timestamp": 1665294739937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T05:54:04.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294741407, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T05:54:04.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "cds", "timestamp": 1665294740405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T05:54:04.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294742486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T05:54:04.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "clamp", "timestamp": 1665294742036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "cds", "timestamp": 1665294741435, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-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-10-09T05:54:04.349Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e050151f-3827-4da0-bbcc-2a7e4f6784a7 2022-10-09T05:54:04.349Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:04.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294743551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-09T05:54:04.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "clamp", "timestamp": 1665294742036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "NOTIFIED" } 2022-10-09T05:54:04.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "aai-ml", "timestamp": 1665294742101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "clamp", "timestamp": 1665294742036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294744805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T05:54:04.358Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "aai-ml", "timestamp": 1665294742101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "clamp", "timestamp": 1665294742036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294745808, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-09T05:54:04.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "aai-ml", "timestamp": 1665294742101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "clamp", "timestamp": 1665294742036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294746812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-09T05:54:04.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "aai-ml", "timestamp": 1665294742101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "clamp", "timestamp": 1665294742036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294747815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T05:54:04.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665294745996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "aai-ml", "timestamp": 1665294742101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "clamp", "timestamp": 1665294742036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "NOTIFIED" } 2022-10-09T05:54:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665294745996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/basic_onboard_jqyjih0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "aai-ml", "timestamp": 1665294742101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665294745996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "aai-ml", "timestamp": 1665294742101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "NOTIFIED" } 2022-10-09T05:54:04.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665294745996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "aai-ml", "timestamp": 1665294749957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T05:54:04.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665294745996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/resourceInstances/basic_onboard_jqyjih0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665294745996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T05:54:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665294745996, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "NOTIFIED" } 2022-10-09T05:54:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-09T05:54:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665294753806, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T05:54:04.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "clamp", "timestamp": 1665294758210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T05:54:04.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665294758399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T05:54:04.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "clamp", "timestamp": 1665294760219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T05:54:04.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665294759404, "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-10-09T05:54:04.377Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e050151f-3827-4da0-bbcc-2a7e4f6784a7 2022-10-09T05:54:04.377Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:04.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "clamp", "timestamp": 1665294761223, "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-10-09T05:54:04.390Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e050151f-3827-4da0-bbcc-2a7e4f6784a7 2022-10-09T05:54:04.391Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:04.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "aai-ml", "timestamp": 1665294765227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJqyjih/1.0/artifacts/service-BasicOnboardJqyjih-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T05:54:04.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:54:04.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:54:04.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "aai-ml", "timestamp": 1665294766233, "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-10-09T05:54:04.403Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e050151f-3827-4da0-bbcc-2a7e4f6784a7 2022-10-09T05:54:04.403Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:28.912Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T05:54:28.926Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:28.929Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T05:54:28.930Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T05:54:28.931Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-10-09T05:54:28.937Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-09T05:54:58.937Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 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-10-09T05:54:58.949Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e050151f-3827-4da0-bbcc-2a7e4f6784a7 and serviceModelVersionId: 350b64c1-2f51-4cd7-b661-3d84905c34fc 2022-10-09T05:54:58.949Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : acb0a858-b40c-4390-a05b-f726ced152d7 2022-10-09T05:55:03.774Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:55:03.776Z||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-10-09T05:55:03.777Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:55:13.363Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:55:14.628Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0 2022-10-09T05:55:14.742Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-09T05:55:15.246Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0|INFO|500||Invoke 2022-10-09T05:55:15.253Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e050151f-3827-4da0-bbcc-2a7e4f6784a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6e02b1f0-0620-459d-913a-7d0f24a1e560], X-ECOMP-RequestID=[e050151f-3827-4da0-bbcc-2a7e4f6784a7], X-TransactionId=[], X-ONAP-RequestID=[e050151f-3827-4da0-bbcc-2a7e4f6784a7], Content-Type=[application/merge-patch+json]} 2022-10-09T05:55:15.375Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-09T05:55:15.636Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?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/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221009-05:55:13:925-84136], vertex-id=[172112], Content-Length=[0], Date=[Sun, 09 Oct 2022 05:55:13 GMT], Content-Type=[application/json]} 2022-10-09T05:55:15.637Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-09T05:55:15.638Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acb0a858-b40c-4390-a05b-f726ced152d7/model-vers/model-ver/350b64c1-2f51-4cd7-b661-3d84905c34fc?depth=0|INFO|500||InvokeReturn 2022-10-09T05:55:15.641Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-09T05:55:15.641Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-10-09T05:55:15.647Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-10-09T05:55:15.648Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e050151f-3827-4da0-bbcc-2a7e4f6784a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-09T05:55:15.649Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-09T05:55:15.650Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T05:55:15.652Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T05:55:15.652Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294915649, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T05:55:15.752Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T05:55:15.753Z||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-10-09T05:55:15.754Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T05:55:15.767Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:55:15.767Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 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-10-09T05:55:16.664Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:55:16.665Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-10-09T05:55:16.665Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:55:26.915Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:55:26.916Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:55:26.916Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-10-09T05:55:26.917Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:55:36.459Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:55:36.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:55:36.460Z||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-10-09T05:55:36.461Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:55:46.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:56:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:56:03.761Z||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-10-09T05:56:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:56:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:56:03.766Z||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-10-09T05:56:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:56:04.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:56:04.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-09T05:56:04.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e050151f-3827-4da0-bbcc-2a7e4f6784a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665294915649, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T05:56:04.398Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T05:56:13.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:57:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:57:03.762Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:57:03.768Z||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-10-09T05:57:03.768Z||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-10-09T05:57:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:57:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:57:13.320Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:57:13.330Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:58:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:58:03.761Z||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-10-09T05:58:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:58:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:58:03.767Z||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-10-09T05:58:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:58:13.308Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:58:13.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:59:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:59:03.762Z||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-10-09T05:59:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:59:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T05:59:03.766Z||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-10-09T05:59:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T05:59:13.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T05:59:13.322Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:00:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:00:03.762Z||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-10-09T06:00:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:00:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:00:03.766Z||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-10-09T06:00:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:00:13.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:00:13.314Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:01:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:01:03.761Z||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-10-09T06:01:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:01:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:01:03.767Z||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-10-09T06:01:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:01:13.309Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:01:13.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:02:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:02:03.761Z||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-10-09T06:02:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:02:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:02:03.766Z||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-10-09T06:02:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:02:13.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:02:13.311Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:03:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:03:03.762Z||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-10-09T06:03:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:03:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:03:03.766Z||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-10-09T06:03:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:03:13.320Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:03:13.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:04:03.761Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:04:03.764Z||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-10-09T06:04:03.764Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:04:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:04:03.766Z||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-10-09T06:04:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:04:13.323Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:04:13.323Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:05:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:05:03.762Z||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-10-09T06:05:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:05:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:05:03.766Z||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-10-09T06:05:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:05:13.309Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:05:13.329Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:06:03.760Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:06:03.762Z||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-10-09T06:06:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:06:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:06:03.767Z||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-10-09T06:06:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:06:04.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:06:04.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:06:04.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "ves-openapi-manager", "timestamp": 1665295532107, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:06:04.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7db56a13-5622-4663-8879-6618774117d2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3b3e8ad4-f2b2-4547-ad60-c5cc93791d19","serviceDescription":"service","serviceInvariantUUID":"2b0475db-f7a2-4696-a8d0-1ae590e35b87","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bbc8db1d-2b68-4f6b-a59f-13462b8852ea","resourceInvariantUUID":"4742b970-a970-4290-bffc-65619a3eab54","resourceCustomizationUUID":"9e696d24-5606-4dc6-939d-caea336e5039","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":"MzZiMmJlNGUzNTBmMjgzMjJhNTM2ZTNmM2IwN2FjYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bbce86a-e51b-41c7-ae28-5924d51d5923","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGQ0Zjc0MzlkZjM4MTRlYmQyNjM1OWNhYzA4ZTNhZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"621f71b7-f12d-435e-897b-b75645e99d78","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-09T06:06:04.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:06:04.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "ves-openapi-manager", "timestamp": 1665295532107, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:06:04.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:06:04.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "cds", "timestamp": 1665295542596, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:06:04.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:06:04.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "cds", "timestamp": 1665295542596, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:06:04.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:06:04.403Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:06:04.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "multicloud-k8s-id", "timestamp": 1665295544281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:06:04.404Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:06:04.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:06:04.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "cds", "timestamp": 1665295545387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:06:04.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:06:04.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "multicloud-k8s-id", "timestamp": 1665295544281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:06:04.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:06:04.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "cds", "timestamp": 1665295546395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-10-09T06:06:04.407Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:06:04.408Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295563760, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:06:04.425Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7db56a13-5622-4663-8879-6618774117d2 2022-10-09T06:06:04.425Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7db56a13-5622-4663-8879-6618774117d2 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-10-09T06:06:04.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "clamp", "timestamp": 1665295552036, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:06:04.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:06:04.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "clamp", "timestamp": 1665295552036, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:06:04.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:06:04.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "aai-ml", "timestamp": 1665295552101, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:06:04.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:06:04.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "aai-ml", "timestamp": 1665295552101, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:06:04.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:06:04.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "aai-ml", "timestamp": 1665295554938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:06:04.437Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:06:04.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295555999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:06:04.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:06:04.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295555999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:06:04.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:06:04.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295558732, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:06:04.439Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:06:04.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "aai-ml", "timestamp": 1665295560278, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:06:04.439Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:06:04.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295560585, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:06:04.440Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:06:04.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "aai-ml", "timestamp": 1665295561282, "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-10-09T06:06:04.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7db56a13-5622-4663-8879-6618774117d2 2022-10-09T06:06:04.446Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7db56a13-5622-4663-8879-6618774117d2 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-10-09T06:06:04.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:06:04.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295561590, "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-10-09T06:06:04.463Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7db56a13-5622-4663-8879-6618774117d2 2022-10-09T06:06:04.463Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7db56a13-5622-4663-8879-6618774117d2 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-10-09T06:06:04.508Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:06:04.509Z||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-10-09T06:06:04.509Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:06:04.521Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:06:04.522Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:06:05.408Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:06:05.409Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:06:05.411Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:06:05.411Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295563760, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:06:05.512Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:06:05.513Z||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-10-09T06:06:05.513Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:06:05.524Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:06:05.524Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:06:06.413Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "3b3e8ad4-f2b2-4547-ad60-c5cc93791d19", "serviceDescription": "service", "serviceInvariantUUID": "2b0475db-f7a2-4696-a8d0-1ae590e35b87", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "9e696d24-5606-4dc6-939d-caea336e5039", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "bbc8db1d-2b68-4f6b-a59f-13462b8852ea", "resourceInvariantUUID": "4742b970-a970-4290-bffc-65619a3eab54", "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": "OGQ0Zjc0MzlkZjM4MTRlYmQyNjM1OWNhYzA4ZTNhZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "621f71b7-f12d-435e-897b-b75645e99d78" } ], "workloadContext": "Production" } 2022-10-09T06:06:06.414Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-09T06:06:06.414Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19 ASDC 2022-10-09T06:06:06.415Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:7db56a13-5622-4663-8879-6618774117d2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:3b3e8ad4-f2b2-4547-ad60-c5cc93791d19 ServiceInvariantUUID:2b0475db-f7a2-4696-a8d0-1ae590e35b87 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:621f71b7-f12d-435e-897b-b75645e99d78 ArtifactChecksum:OGQ0Zjc0MzlkZjM4MTRlYmQyNjM1OWNhYzA4ZTNhZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:9e696d24-5606-4dc6-939d-caea336e5039 ResourceInvariantUUID:4742b970-a970-4290-bffc-65619a3eab54 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:bbc8db1d-2b68-4f6b-a59f-13462b8852ea ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-10-09T06:06:06.415Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19 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-10-09T06:06:06.450Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:06:06.451Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-09T06:06:06.452Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-09T06:06:06.452Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 621f71b7-f12d-435e-897b-b75645e99d78 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-09T06:06:06.452Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-09T06:06:06.453Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-09T06:06:06.524Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-09T06:06:06.528Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 621f71b7-f12d-435e-897b-b75645e99d78 57664 2022-10-09T06:06:06.529Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-09T06:06:06.529Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-09T06:06:06.529Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:06:06.530Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:06:06.532Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:06:06.533Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295566529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:06:06.632Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:06:06.633Z||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-10-09T06:06:06.634Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:06:06.646Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:06:06.646Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:06:07.533Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:06:07.535Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-09T06:06:07.535Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 621f71b7-f12d-435e-897b-b75645e99d78, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-09T06:06:07.535Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-10-09T06:06:07.536Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-09T06:06:07.536Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-09T06:06:07.788Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16493839897793698568/Definitions/service-BasicNetwork-template.yml 2022-10-09T06:06:08.392Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-09T06:06:08.392Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||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-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||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-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||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-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||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-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||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-10-09T06:06:08.393Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||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-10-09T06:06:08.394Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||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-10-09T06:06:08.394Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-10-09T06:06:08.394Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.395Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.395Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-09T06:06:08.395Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-10-09T06:06:08.395Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:06:08.395Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.396Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.396Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-09T06:06:08.396Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-10-09T06:06:08.396Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:06:08.396Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.397Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.397Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.397Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.398Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.398Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.398Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.398Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.398Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.399Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.399Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:3b3e8ad4-f2b2-4547-ad60-c5cc93791d19 Model Version:NULL Model InvariantUuid:2b0475db-f7a2-4696-a8d0-1ae590e35b87 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:4742b970-a970-4290-bffc-65619a3eab54 Model UUID:103302ca-85c8-4c15-bfc0-27b77fc4c42e Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:9e696d24-5606-4dc6-939d-caea336e5039 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-10-09T06:06:08.405Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: bbc8db1d-2b68-4f6b-a59f-13462b8852ea 2022-10-09T06:06:08.405Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||No resources found for Service: 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19 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-10-09T06:06:08.411Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500|| 2022-10-09T06:06:08.411Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-10-09T06:06:08.412Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19 2022-10-09T06:06:08.412Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19 2022-10-09T06:06:08.412Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-10-09T06:06:08.412Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||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-10-09T06:06:08.416Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57a67d66, org.onap.sdc.toscaparser.api.parameters.Input@370c3c78, org.onap.sdc.toscaparser.api.parameters.Input@33a24def, org.onap.sdc.toscaparser.api.parameters.Input@22b2fccf, org.onap.sdc.toscaparser.api.parameters.Input@461be8b2] 2022-10-09T06:06:08.418Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.418Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.418Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.418Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.419Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19: Generic NeutronNet 2022-10-09T06:06:08.419Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.419Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.419Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.420Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||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-10-09T06:06:08.458Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.458Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.459Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.459Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.459Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:06:08.459Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:06:08.460Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||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-10-09T06:06:08.505Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-10-09T06:06:08.505Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-09T06:06:08.505Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-09T06:06:08.506Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:06:08.506Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:06:08.508Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:06:08.508Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295568505, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:06:08.609Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-09T06:06:08.610Z||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-10-09T06:06:08.610Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:06:08.622Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:06:08.623Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:06:09.509Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7db56a13-5622-4663-8879-6618774117d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:06:09.520Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7db56a13-5622-4663-8879-6618774117d2 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-10-09T06:06:09.524Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:06:09.524Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-09T06:06:09.524Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-09T06:06:09.525Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-09T06:06:09.525Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:06:09.525Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:06:09.525Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:06:09.525Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:06:09.525Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-09T06:06:09.531Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-09T06:06:39.531Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7db56a13-5622-4663-8879-6618774117d2 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-10-09T06:06:39.538Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7db56a13-5622-4663-8879-6618774117d2 and serviceModelVersionId: 3b3e8ad4-f2b2-4547-ad60-c5cc93791d19 2022-10-09T06:06:39.539Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b0475db-f7a2-4696-a8d0-1ae590e35b87 2022-10-09T06:06:39.540Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0 2022-10-09T06:06:39.549Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-10-09T06:06:39.606Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0|INFO|500||Invoke 2022-10-09T06:06:39.607Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7db56a13-5622-4663-8879-6618774117d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d094920-0ae7-4a0c-86de-3a2aa1d141ee], X-ECOMP-RequestID=[7db56a13-5622-4663-8879-6618774117d2], X-TransactionId=[], X-ONAP-RequestID=[7db56a13-5622-4663-8879-6618774117d2], Content-Type=[application/merge-patch+json]} 2022-10-09T06:06:39.634Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-09T06:06:39.757Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?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/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221009-06:06:38:146-60876], vertex-id=[323768], Content-Length=[0], Date=[Sun, 09 Oct 2022 06:06:38 GMT], Content-Type=[application/json]} 2022-10-09T06:06:39.758Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-09T06:06:39.759Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b0475db-f7a2-4696-a8d0-1ae590e35b87/model-vers/model-ver/3b3e8ad4-f2b2-4547-ad60-c5cc93791d19?depth=0|INFO|500||InvokeReturn 2022-10-09T06:06:39.759Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-09T06:06:39.759Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-09T06:06:39.769Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-09T06:06:39.769Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7db56a13-5622-4663-8879-6618774117d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-09T06:06:39.770Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-09T06:06:39.770Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:06:39.778Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:06:39.778Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295599770, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:06:39.873Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-10-09T06:06:39.874Z||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-10-09T06:06:39.874Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:06:39.892Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:06:39.894Z||pool-23-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-10-09T06:07:03.760Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:07:03.762Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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-10-09T06:07:03.762Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:07:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:07:03.766Z||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-10-09T06:07:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:07:03.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:07:03.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:07:03.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295563760, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:07:03.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:07:04.387Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:07:04.389Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:07:04.389Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"78b63b43-5c2e-4ffa-bb7e-e91460c74f8a","serviceName":"Demo_pNF_M1IqJNkrxQS9T3x5t9B2","serviceVersion":"1.0","serviceUUID":"1242fd09-7a0c-443a-85fe-5200763fbcb1","serviceDescription":"catalog service description","serviceInvariantUUID":"b3e522b7-496c-4a76-91e1-d076478beaa3","resources":[{"resourceInstanceName":"pNF f39b9774-8d7a 0","resourceName":"pNF f39b9774-8d7a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0715677b-52ab-4514-a4a6-a73404e5eeb7","resourceInvariantUUID":"a70da60e-c654-45ba-a156-a163de0b2f53","resourceCustomizationUUID":"a2a7eb5a-aca3-4511-b1e4-8b9f92fd6ac6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml","artifactChecksum":"MWJiZjI0NGEwOGEzYjE5YWUyNTRhZTE4ZmFkYWZmMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84dd00e6-9d6e-4906-a4c8-92b29f73130c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar","artifactChecksum":"YjExOTMzNGQyZGNhNWI1ZmJhMGY4ZWVjNjJiMWRhYjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de673d61-ae2f-44d1-84db-90f5e06adb4d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99ca4b98-987e-4ba3-9c3d-e63cf20f651e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml","artifactChecksum":"N2EwMjY4ODZmNzAyMTdkN2FhNmM0YWE4NWExMTE1MzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d8235987-d037-4736-ab9b-712dab194455","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bef6106-a3e2-47e6-b98e-c77d2255b958","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4536fe7b-1666-4eb6-a820-dc9d67520876","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml","artifactChecksum":"MDkzMzc5MmZmMDVjZWZhNzg0ZTc3NGQ4YzdjMmJkZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ce00a50-37eb-488c-b496-a871a8abbd85","artifactVersion":"1"},{"artifactName":"service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar","artifactChecksum":"ZGMzZTg3OGYwZGNhOWI3ZDNiZjBiOTQ5ODY1MzRhZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"851d7b3c-38b1-47d5-9128-5aa676e3a1a5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-09T06:07:04.394Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:07:04.395Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:07:04.396Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:07:04.397Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:07:04.497Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:07:04.498Z||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-10-09T06:07:04.498Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:07:04.508Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:07:04.508Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:07:05.397Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:07:05.398Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:07:05.400Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:07:05.400Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:07:05.500Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:07:05.502Z||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-10-09T06:07:05.502Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:07:05.513Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:07:05.514Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:07:06.400Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:07:06.401Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:07:06.404Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:07:06.405Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:07:06.505Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:07:06.506Z||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-10-09T06:07:06.506Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:07:06.519Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:07:06.519Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:07:07.405Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:07:07.406Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:07:07.408Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:07:07.408Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:07:07.509Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:07:07.511Z||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-10-09T06:07:07.512Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:07:07.525Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:07:07.527Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:07:08.409Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:07:08.410Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:07:08.412Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:07:08.412Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:07:08.512Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:07:08.513Z||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-10-09T06:07:08.513Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:07:08.525Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:07:08.526Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:07:09.413Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:07:09.414Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:07:09.416Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:07:09.416Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:07:09.516Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:07:09.517Z||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-10-09T06:07:09.518Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:07:09.532Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:07:09.533Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:07:10.417Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:07:10.418Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:07:10.420Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:07:10.420Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:07:10.521Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-09T06:07:10.521Z||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-10-09T06:07:10.522Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:07:10.540Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:07:10.542Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:07:11.421Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:07:11.421Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:07:11.424Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:07:11.424Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:07:11.523Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:07:11.524Z||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-10-09T06:07:11.524Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:07:11.539Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:07:11.539Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:07:12.424Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "serviceName": "Demo_pNF_M1IqJNkrxQS9T3x5t9B2", "serviceVersion": "1.0", "serviceUUID": "1242fd09-7a0c-443a-85fe-5200763fbcb1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b3e522b7-496c-4a76-91e1-d076478beaa3", "resources": [ { "resourceInstanceName": "pNF f39b9774-8d7a 0", "resourceCustomizationUUID": "a2a7eb5a-aca3-4511-b1e4-8b9f92fd6ac6", "resourceName": "pNF f39b9774-8d7a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0715677b-52ab-4514-a4a6-a73404e5eeb7", "resourceInvariantUUID": "a70da60e-c654-45ba-a156-a163de0b2f53", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "artifactChecksum": "ZGMzZTg3OGYwZGNhOWI3ZDNiZjBiOTQ5ODY1MzRhZTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "851d7b3c-38b1-47d5-9128-5aa676e3a1a5" } ], "workloadContext": "Production" } 2022-10-09T06:07:12.425Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-09T06:07:12.425Z|e050151f-3827-4da0-bbcc-2a7e4f6784a7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1242fd09-7a0c-443a-85fe-5200763fbcb1 ASDC 2022-10-09T06:07:12.425Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:78b63b43-5c2e-4ffa-bb7e-e91460c74f8a ServiceName:Demo_pNF_M1IqJNkrxQS9T3x5t9B2 ServiceVersion:1.0 ServiceUUID:1242fd09-7a0c-443a-85fe-5200763fbcb1 ServiceInvariantUUID:b3e522b7-496c-4a76-91e1-d076478beaa3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar ArtifactUUID:851d7b3c-38b1-47d5-9128-5aa676e3a1a5 ArtifactChecksum:ZGMzZTg3OGYwZGNhOWI3ZDNiZjBiOTQ5ODY1MzRhZTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f39b9774-8d7a 0 ResourceCustomizationUUID:a2a7eb5a-aca3-4511-b1e4-8b9f92fd6ac6 ResourceInvariantUUID:a70da60e-c654-45ba-a156-a163de0b2f53 ResourceName:pNF f39b9774-8d7a ResourceType:PNF ResourceUUID:0715677b-52ab-4514-a4a6-a73404e5eeb7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-09T06:07:12.426Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1242fd09-7a0c-443a-85fe-5200763fbcb1 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-10-09T06:07:12.456Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:07:12.457Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-09T06:07:12.458Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-09T06:07:12.458Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 851d7b3c-38b1-47d5-9128-5aa676e3a1a5 from URL: /sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:12.458Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T06:07:12.459Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:12.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T06:07:12.520Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 851d7b3c-38b1-47d5-9128-5aa676e3a1a5 87776 2022-10-09T06:07:12.520Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar ASDC sendASDCNotification 2022-10-09T06:07:12.521Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:12.521Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:07:12.521Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:07:12.523Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:07:12.524Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295632520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:07:12.624Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:07:12.625Z||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-10-09T06:07:12.625Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:07:12.640Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:07:12.640Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:07:13.525Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:07:13.526Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-09T06:07:13.526Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 851d7b3c-38b1-47d5-9128-5aa676e3a1a5, URL: /sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar to file: /app/ASDC/1/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:13.527Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:13.527Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:13.528Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:13.704Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8481570197788949043/Definitions/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml 2022-10-09T06:07:14.513Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-09T06:07:14.513Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f39b9774-8d7a 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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:14.514Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-09T06:07:14.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:07:14.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:07:14.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Node template pNF f39b9774-8d7a 0 is matching search criteria 2022-10-09T06:07:14.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-09T06:07:14.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f39b9774-8d7a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:07:14.515Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Node template pNF f39b9774-8d7a 0 is matching search criteria 2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f39b9774-8d7a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:07:14.516Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:07:14.517Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:07:14.517Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:07:14.517Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:07:14.517Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:07:14.517Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:07:14.517Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:07:14.518Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_M1IqJNkrxQS9T3x5t9B2 Description:catalog service description Model UUID:1242fd09-7a0c-443a-85fe-5200763fbcb1 Model Version:NULL Model InvariantUuid:b3e522b7-496c-4a76-91e1-d076478beaa3 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-10-09T06:07:14.523Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0715677b-52ab-4514-a4a6-a73404e5eeb7 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-10-09T06:07:14.527Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||pNF f39b9774-8d7a 0 2022-10-09T06:07:14.528Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0715677b-52ab-4514-a4a6-a73404e5eeb7 2022-10-09T06:07:14.528Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 1242fd09-7a0c-443a-85fe-5200763fbcb1 2022-10-09T06:07:14.528Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1242fd09-7a0c-443a-85fe-5200763fbcb1 2022-10-09T06:07:14.528Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f39b9774-8d7a 0 0715677b-52ab-4514-a4a6-a73404e5eeb7 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-10-09T06:07:14.531Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59fa4663, org.onap.sdc.toscaparser.api.parameters.Input@2fdac569, org.onap.sdc.toscaparser.api.parameters.Input@4ed170fb, org.onap.sdc.toscaparser.api.parameters.Input@1466e95e, org.onap.sdc.toscaparser.api.parameters.Input@1fa46cef] 2022-10-09T06:07:14.531Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:07:14.532Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:07:14.532Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1242fd09-7a0c-443a-85fe-5200763fbcb1: pNF f39b9774-8d7a 2022-10-09T06:07:14.532Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Processing PNF resource: 0715677b-52ab-4514-a4a6-a73404e5eeb7 2022-10-09T06:07:14.532Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:07:14.532Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_M1IqJNkrxQS9T3x5t9B2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:07:14.533Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||Resource customization UUID: a2a7eb5a-aca3-4511-b1e4-8b9f92fd6ac6 is the same as notified resource customizationUUID: a2a7eb5a-aca3-4511-b1e4-8b9f92fd6ac6 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-10-09T06:07:14.571Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f39b9774-8d7a 0715677b-52ab-4514-a4a6-a73404e5eeb7 0 ASDC deployResourceStructure 2022-10-09T06:07:14.572Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar ASDC sendASDCNotification 2022-10-09T06:07:14.573Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar 2022-10-09T06:07:14.573Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:07:14.573Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:07:14.575Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:07:14.575Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295634572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:07:14.676Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:07:14.677Z||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-10-09T06:07:14.677Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:07:14.689Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:07:14.689Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:07:15.576Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:07:15.587Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:07:15.589Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:07:15.589Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-09T06:07:15.589Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-09T06:07:45.589Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:07:45.598Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:07:45.601Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:07:45.601Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-09T06:07:45.601Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-09T06:08:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:08:03.766Z||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-10-09T06:08:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:03.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:03.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295563760, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:03.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "clamp", "timestamp": 1665295566426, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:03.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295566529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:03.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "clamp", "timestamp": 1665295568440, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:08:03.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295568505, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:08:03.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "clamp", "timestamp": 1665295569445, "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-10-09T06:08:03.812Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7db56a13-5622-4663-8879-6618774117d2 2022-10-09T06:08:03.813Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7db56a13-5622-4663-8879-6618774117d2 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-10-09T06:08:03.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "ves-openapi-manager", "timestamp": 1665295572107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "cds", "timestamp": 1665295572596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "ves-openapi-manager", "timestamp": 1665295572107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "cds", "timestamp": 1665295572596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "ves-openapi-manager", "timestamp": 1665295572107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "cds", "timestamp": 1665295572596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "clamp", "timestamp": 1665295582036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "ves-openapi-manager", "timestamp": 1665295572107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "cds", "timestamp": 1665295572596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "clamp", "timestamp": 1665295582036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "ves-openapi-manager", "timestamp": 1665295572107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "cds", "timestamp": 1665295572596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "aai-ml", "timestamp": 1665295582101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "clamp", "timestamp": 1665295582036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "ves-openapi-manager", "timestamp": 1665295572107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-09T06:08:03.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "cds", "timestamp": 1665295572596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "aai-ml", "timestamp": 1665295582101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "clamp", "timestamp": 1665295582036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "ves-openapi-manager", "timestamp": 1665295572107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "cds", "timestamp": 1665295572596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "multicloud-k8s-id", "timestamp": 1665295584280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "aai-ml", "timestamp": 1665295582101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "clamp", "timestamp": 1665295582036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "ves-openapi-manager", "timestamp": 1665295572107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "cds", "timestamp": 1665295572596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:03.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "multicloud-k8s-id", "timestamp": 1665295584280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "aai-ml", "timestamp": 1665295582101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "clamp", "timestamp": 1665295582036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "cds", "timestamp": 1665295586743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:03.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "ves-openapi-manager", "timestamp": 1665295586658, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:03.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "multicloud-k8s-id", "timestamp": 1665295584280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "aai-ml", "timestamp": 1665295582101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "clamp", "timestamp": 1665295582036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "cds", "timestamp": 1665295587749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-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-10-09T06:08:03.846Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 2022-10-09T06:08:03.847Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:08:03.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "ves-openapi-manager", "timestamp": 1665295587858, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-09T06:08:03.859Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "multicloud-k8s-id", "timestamp": 1665295584280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "aai-ml", "timestamp": 1665295582101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "clamp", "timestamp": 1665295582036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:03.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "ves-openapi-manager", "timestamp": 1665295588863, "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-10-09T06:08:03.867Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 2022-10-09T06:08:03.867Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:08:03.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "multicloud-k8s-id", "timestamp": 1665295584280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "aai-ml", "timestamp": 1665295582101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "cds", "timestamp": 1665295588752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "multicloud-k8s-id", "timestamp": 1665295584280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "aai-ml", "timestamp": 1665295582101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:03.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "cds", "timestamp": 1665295588752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "multicloud-k8s-id", "timestamp": 1665295584280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "aai-ml", "timestamp": 1665295590830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:03.880Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "cds", "timestamp": 1665295588752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "multicloud-k8s-id", "timestamp": 1665295584280, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:03.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "cds", "timestamp": 1665295588752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "ves-openapi-manager", "timestamp": 1665295592107, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "cds", "timestamp": 1665295588752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "ves-openapi-manager", "timestamp": 1665295592107, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:03.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "cds", "timestamp": 1665295588752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "ves-openapi-manager", "timestamp": 1665295592107, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295594775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:03.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "cds", "timestamp": 1665295588752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:03.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "ves-openapi-manager", "timestamp": 1665295592107, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "cds", "timestamp": 1665295596680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:03.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "ves-openapi-manager", "timestamp": 1665295592107, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295596775, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:08:03.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "clamp", "timestamp": 1665295598436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:03.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "aai-ml", "timestamp": 1665295597104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:08:03.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "cds", "timestamp": 1665295597693, "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-10-09T06:08:03.899Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 261cb056-61f4-48d3-b06e-ae4da65b21b9 2022-10-09T06:08:03.899Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:08:03.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "ves-openapi-manager", "timestamp": 1665295592107, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295597779, "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-10-09T06:08:03.912Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 2022-10-09T06:08:03.912Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:08:03.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7db56a13-5622-4663-8879-6618774117d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295599770, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:08:03.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "aai-ml", "timestamp": 1665295598108, "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-10-09T06:08:03.928Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 2022-10-09T06:08:03.928Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:08:03.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "ves-openapi-manager", "timestamp": 1665295592107, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "clamp", "timestamp": 1665295600447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:08:03.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "clamp", "timestamp": 1665295601451, "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-10-09T06:08:03.946Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 2022-10-09T06:08:03.947Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:08:03.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "multicloud-k8s-id", "timestamp": 1665295604280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295585997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:03.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "multicloud-k8s-id", "timestamp": 1665295604280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:08:03.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295605889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:03.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "multicloud-k8s-id", "timestamp": 1665295604280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-09T06:08:03.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "multicloud-k8s-id", "timestamp": 1665295604280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295608242, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:08:03.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "multicloud-k8s-id", "timestamp": 1665295604280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-09T06:08:03.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295609245, "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-10-09T06:08:03.965Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 261cb056-61f4-48d3-b06e-ae4da65b21b9 2022-10-09T06:08:03.965Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:08:03.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "multicloud-k8s-id", "timestamp": 1665295604280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "multicloud-k8s-id", "timestamp": 1665295604280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:03.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "clamp", "timestamp": 1665295612036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "multicloud-k8s-id", "timestamp": 1665295612004, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:03.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "clamp", "timestamp": 1665295612036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:08:03.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "cds", "timestamp": 1665295602596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "ves-openapi-manager", "timestamp": 1665295612107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "multicloud-k8s-id", "timestamp": 1665295613129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:03.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "clamp", "timestamp": 1665295612036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "cds", "timestamp": 1665295602596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "ves-openapi-manager", "timestamp": 1665295612107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "clamp", "timestamp": 1665295612036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "multicloud-k8s-id", "timestamp": 1665295614194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:03.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "cds", "timestamp": 1665295602596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "ves-openapi-manager", "timestamp": 1665295612107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "clamp", "timestamp": 1665295612036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "multicloud-k8s-id", "timestamp": 1665295615219, "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-10-09T06:08:03.988Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 261cb056-61f4-48d3-b06e-ae4da65b21b9 2022-10-09T06:08:03.988Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:08:03.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "cds", "timestamp": 1665295602596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "ves-openapi-manager", "timestamp": 1665295612107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "clamp", "timestamp": 1665295612036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "multicloud-k8s-id", "timestamp": 1665295616222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T06:08:03.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "cds", "timestamp": 1665295602596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "ves-openapi-manager", "timestamp": 1665295612107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:03.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:03.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295615996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "clamp", "timestamp": 1665295612036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:04.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "cds", "timestamp": 1665295602596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "ves-openapi-manager", "timestamp": 1665295612107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295615996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "cds", "timestamp": 1665295602596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "ves-openapi-manager", "timestamp": 1665295612107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295615996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:04.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "cds", "timestamp": 1665295602596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "ves-openapi-manager", "timestamp": 1665295612107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295615996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "aai-ml", "timestamp": 1665295619876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:04.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "cds", "timestamp": 1665295602596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:04.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "ves-openapi-manager", "timestamp": 1665295612107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295615996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:04.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "cds", "timestamp": 1665295621732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:04.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:08:04.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:08:04.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295615996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:04.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-09T06:08:15.601Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:08:15.611Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:08:15.614Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:08:15.614Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-09T06:08:15.614Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-09T06:08:15.614Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:08:15.615Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-10-09T06:08:15.620Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-09T06:08:45.621Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a 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-10-09T06:08:45.626Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a and serviceModelVersionId: 1242fd09-7a0c-443a-85fe-5200763fbcb1 2022-10-09T06:08:45.626Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3e522b7-496c-4a76-91e1-d076478beaa3 2022-10-09T06:08:45.627Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0 2022-10-09T06:08:45.633Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-09T06:08:45.691Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0|INFO|500||Invoke 2022-10-09T06:08:45.691Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78b63b43-5c2e-4ffa-bb7e-e91460c74f8a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3bada11c-fade-4572-a592-5f1c82fc03f8], X-ECOMP-RequestID=[78b63b43-5c2e-4ffa-bb7e-e91460c74f8a], X-TransactionId=[], X-ONAP-RequestID=[78b63b43-5c2e-4ffa-bb7e-e91460c74f8a], Content-Type=[application/merge-patch+json]} 2022-10-09T06:08:45.714Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-09T06:08:45.882Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?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/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221009-06:08:44:219-55743], vertex-id=[340000], Content-Length=[0], Date=[Sun, 09 Oct 2022 06:08:44 GMT], Content-Type=[application/json]} 2022-10-09T06:08:45.883Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-09T06:08:45.884Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3e522b7-496c-4a76-91e1-d076478beaa3/model-vers/model-ver/1242fd09-7a0c-443a-85fe-5200763fbcb1?depth=0|INFO|500||InvokeReturn 2022-10-09T06:08:45.885Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-09T06:08:45.885Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-10-09T06:08:45.891Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|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-10-09T06:08:45.891Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78b63b43-5c2e-4ffa-bb7e-e91460c74f8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-09T06:08:45.891Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-09T06:08:45.892Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:45.894Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:45.894Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295725891, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:08:45.994Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:08:45.995Z||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-10-09T06:08:45.995Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:46.008Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:46.008Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 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-10-09T06:08:46.909Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:08:46.910Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"261cb056-61f4-48d3-b06e-ae4da65b21b9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9a24d876-2c64-4ee9-bcba-80e5764fcb70","serviceDescription":"service","serviceInvariantUUID":"9f5f9c16-5228-4c65-a375-db20f1f6276f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9364a45-999b-4537-b003-1045cf0b6d77","resourceInvariantUUID":"52907570-f653-4116-8308-a06b0d26bbe5","resourceCustomizationUUID":"5a37a8f4-f887-4a9e-bc77-57beba214bde","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":"OTdlM2U4ZDgxMTUzNDU1NjA2MzdmYWQwZTdlYTk0OTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb4b18e4-3aad-4e92-a5fe-1f1166ecbefc","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":"N2JhOGZiNWI3ZmJlMWRiODJjODEwZWViYjkwN2U2NWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8558dd6a-07cc-4089-9765-1be149e453af","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":"44bb5f64-c63b-4b52-9de3-1e741b10dc2a","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":"883fa9f6-5fe2-4776-8de9-c45179ca56cc","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":"3dffc3de-df31-4978-935b-5ad524062f7a","artifactVersion":"2","generatedFromUUID":"44bb5f64-c63b-4b52-9de3-1e741b10dc2a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTYwOGJiZDdhMWRlMTdlMWMyYjNlZTk5MjA5ZDU3YWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d137480a-d4f0-4663-8991-0c56fda75a3e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTc1MzdlM2RiNzYyYTk2MmYwMTM1MTU1NmYzMWJiZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec83d793-7bfd-44c8-9f4f-d43aa44f9187","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-09T06:08:46.911Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:08:46.911Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:46.913Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:46.914Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:47.014Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:08:47.015Z||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-10-09T06:08:47.015Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:47.025Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:47.025Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:08:47.914Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:08:47.915Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:47.918Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:47.918Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:08:48.018Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:08:48.019Z||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-10-09T06:08:48.020Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:48.030Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:48.030Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:08:48.919Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:08:48.920Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:48.922Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:48.922Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-09T06:08:49.022Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:08:49.023Z||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-10-09T06:08:49.023Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:49.035Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:49.036Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:08:49.923Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:08:49.924Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:49.927Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:49.927Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:50.027Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:08:50.028Z||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-10-09T06:08:50.028Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:50.039Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:50.040Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:08:50.928Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:08:50.928Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:50.930Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:50.930Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-09T06:08:51.031Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:08:51.031Z||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-10-09T06:08:51.032Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:51.042Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:51.042Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:08:51.931Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:08:51.931Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:51.933Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:51.934Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:08:52.034Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:08:52.035Z||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-10-09T06:08:52.035Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:52.046Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:52.046Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:08:52.934Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:08:52.935Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:52.937Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:52.937Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:08:53.038Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:08:53.039Z||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-10-09T06:08:53.039Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:53.058Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:53.059Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:08:53.939Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "9a24d876-2c64-4ee9-bcba-80e5764fcb70", "serviceDescription": "service", "serviceInvariantUUID": "9f5f9c16-5228-4c65-a375-db20f1f6276f", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5a37a8f4-f887-4a9e-bc77-57beba214bde", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f9364a45-999b-4537-b003-1045cf0b6d77", "resourceInvariantUUID": "52907570-f653-4116-8308-a06b0d26bbe5", "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": "N2JhOGZiNWI3ZmJlMWRiODJjODEwZWViYjkwN2U2NWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8558dd6a-07cc-4089-9765-1be149e453af", "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": "44bb5f64-c63b-4b52-9de3-1e741b10dc2a", "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": "3dffc3de-df31-4978-935b-5ad524062f7a", "generatedFromUUID": "44bb5f64-c63b-4b52-9de3-1e741b10dc2a" }, "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": "3dffc3de-df31-4978-935b-5ad524062f7a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NTc1MzdlM2RiNzYyYTk2MmYwMTM1MTU1NmYzMWJiZDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec83d793-7bfd-44c8-9f4f-d43aa44f9187" } ], "workloadContext": "Production" } 2022-10-09T06:08:53.939Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-09T06:08:53.939Z|78b63b43-5c2e-4ffa-bb7e-e91460c74f8a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9a24d876-2c64-4ee9-bcba-80e5764fcb70 ASDC 2022-10-09T06:08:53.940Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:261cb056-61f4-48d3-b06e-ae4da65b21b9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:9a24d876-2c64-4ee9-bcba-80e5764fcb70 ServiceInvariantUUID:9f5f9c16-5228-4c65-a375-db20f1f6276f 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:ec83d793-7bfd-44c8-9f4f-d43aa44f9187 ArtifactChecksum:NTc1MzdlM2RiNzYyYTk2MmYwMTM1MTU1NmYzMWJiZDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5a37a8f4-f887-4a9e-bc77-57beba214bde ResourceInvariantUUID:52907570-f653-4116-8308-a06b0d26bbe5 ResourceName:basic_vm ResourceType:VF ResourceUUID:f9364a45-999b-4537-b003-1045cf0b6d77 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:8558dd6a-07cc-4089-9765-1be149e453af ArtifactChecksum:N2JhOGZiNWI3ZmJlMWRiODJjODEwZWViYjkwN2U2NWQ= 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:44bb5f64-c63b-4b52-9de3-1e741b10dc2a 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:3dffc3de-df31-4978-935b-5ad524062f7a 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:3dffc3de-df31-4978-935b-5ad524062f7a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-09T06:08:53.940Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a24d876-2c64-4ee9-bcba-80e5764fcb70 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-10-09T06:08:53.970Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:08:53.971Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-09T06:08:53.971Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-09T06:08:53.971Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ec83d793-7bfd-44c8-9f4f-d43aa44f9187 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-09T06:08:53.972Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T06:08:53.972Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:54.046Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T06:08:54.050Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ec83d793-7bfd-44c8-9f4f-d43aa44f9187 74828 2022-10-09T06:08:54.050Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:54.050Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:54.050Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:08:54.051Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:54.056Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:54.056Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295734050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:54.157Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-09T06:08:54.158Z||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-10-09T06:08:54.158Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:54.169Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:54.170Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:08:55.057Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:08:55.058Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-09T06:08:55.058Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ec83d793-7bfd-44c8-9f4f-d43aa44f9187, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-09T06:08:55.059Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-10-09T06:08:55.059Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-09T06:08:55.059Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-10-09T06:08:55.217Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3710563198876490557/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-09T06:08:56.477Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-09T06:08:56.478Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:56.479Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-09T06:08:56.480Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-09T06:08:56.480Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:08:56.480Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.480Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:56.480Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-09T06:08:56.481Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-09T06:08:56.481Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:08:56.481Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.481Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:56.481Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.481Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-09T06:08:56.482Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-09T06:08:56.482Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-09T06:08:56.482Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-09T06:08:56.482Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-09T06:08:56.482Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-09T06:08:56.482Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.483Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:56.483Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.483Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-09T06:08:56.483Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:08:56.483Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.483Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-09T06:08:56.484Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:08:56.484Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.484Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-09T06:08:56.484Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:08:56.484Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.484Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-09T06:08:56.485Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-09T06:08:56.485Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-09T06:08:56.485Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=04240d22-b3c6-42a9-8225-3165f7bae29b 2022-10-09T06:08:56.485Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.485Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:56.485Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.486Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:56.486Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.486Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:56.486Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:56.486Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:56.486Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:9a24d876-2c64-4ee9-bcba-80e5764fcb70 Model Version:NULL Model InvariantUuid:9f5f9c16-5228-4c65-a375-db20f1f6276f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:692d8e8b-26cb-4e6d-9395-3728c7c60c00 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:52907570-f653-4116-8308-a06b0d26bbe5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5a37a8f4-f887-4a9e-bc77-57beba214bde NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:27e0d425-ff0d-4450-afd2-f008f6c556c1 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:da007225-0352-4234-8921-866731748105 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:04240d22-b3c6-42a9-8225-3165f7bae29b ModelInvariantUuid:87d0423b-1646-459f-b3ef-2ef7aa39c117 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:cff79a3e-d1c4-4240-89fc-915307bdf3f9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:35d8cbcd-7f83-4b75-a537-3c2f7a3e3056 ModelInvariantUuid:4bf2e42f-a6d9-42cd-80f9-8339ec231d93 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:e8c7f7b2-d607-4bb0-946c-8bd86841ead7 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-10-09T06:08:56.493Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f9364a45-999b-4537-b003-1045cf0b6d77 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-10-09T06:08:56.495Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||basic_vm 0 2022-10-09T06:08:56.495Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f9364a45-999b-4537-b003-1045cf0b6d77 2022-10-09T06:08:56.496Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8558dd6a-07cc-4089-9765-1be149e453af from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-09T06:08:56.496Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T06:08:56.496Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:56.545Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T06:08:56.545Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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 8558dd6a-07cc-4089-9765-1be149e453af 787 2022-10-09T06:08:56.545Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:56.546Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:56.546Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:08:56.546Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:56.548Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:56.548Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295736545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:56.648Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:08:56.649Z||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-10-09T06:08:56.649Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:56.662Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:56.663Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:08:57.549Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "27e0d425-ff0d-4450-afd2-f008f6c556c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da007225-0352-4234-8921-866731748105", "vfModuleModelCustomizationUUID": "cf1d3112-6396-4e43-a006-7a6f907ded23", "isBase": true, "artifacts": [ "44bb5f64-c63b-4b52-9de3-1e741b10dc2a", "3dffc3de-df31-4978-935b-5ad524062f7a" ], "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-10-09T06:08:57.554Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:da007225-0352-4234-8921-866731748105 VfModuleModelInvariantUUID:27e0d425-ff0d-4450-afd2-f008f6c556c1 VfModuleModelDescription:NULL Artifacts UUID List:{ 44bb5f64-c63b-4b52-9de3-1e741b10dc2a , 3dffc3de-df31-4978-935b-5ad524062f7a } 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-10-09T06:08:57.556Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "27e0d425-ff0d-4450-afd2-f008f6c556c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da007225-0352-4234-8921-866731748105", "vfModuleModelCustomizationUUID": "cf1d3112-6396-4e43-a006-7a6f907ded23", "isBase": true, "artifacts": [ "44bb5f64-c63b-4b52-9de3-1e741b10dc2a", "3dffc3de-df31-4978-935b-5ad524062f7a" ], "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-10-09T06:08:57.556Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:da007225-0352-4234-8921-866731748105 VfModuleModelInvariantUUID:27e0d425-ff0d-4450-afd2-f008f6c556c1 VfModuleModelDescription:NULL Artifacts UUID List:{ 44bb5f64-c63b-4b52-9de3-1e741b10dc2a , 3dffc3de-df31-4978-935b-5ad524062f7a } 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-10-09T06:08:57.557Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 44bb5f64-c63b-4b52-9de3-1e741b10dc2a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-09T06:08:57.557Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T06:08:57.557Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:57.607Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T06:08:57.607Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 44bb5f64-c63b-4b52-9de3-1e741b10dc2a 5033 2022-10-09T06:08:57.608Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:57.608Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:57.608Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:08:57.609Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:57.611Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:57.611Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295737608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:57.711Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:08:57.712Z||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-10-09T06:08:57.712Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:57.724Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:57.724Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:08:58.612Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3dffc3de-df31-4978-935b-5ad524062f7a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-09T06:08:58.612Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T06:08:58.613Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:58.678Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T06:08:58.679Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3dffc3de-df31-4978-935b-5ad524062f7a 903 2022-10-09T06:08:58.679Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:58.679Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:58.679Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:08:58.679Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:58.681Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:58.681Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295738679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:08:58.782Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-09T06:08:58.783Z||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-10-09T06:08:58.783Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:58.794Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:58.795Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:08:59.682Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9a24d876-2c64-4ee9-bcba-80e5764fcb70 2022-10-09T06:08:59.682Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f9364a45-999b-4537-b003-1045cf0b6d77 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-10-09T06:08:59.692Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40d78b02, org.onap.sdc.toscaparser.api.parameters.Input@6063df54, org.onap.sdc.toscaparser.api.parameters.Input@3fda037f, org.onap.sdc.toscaparser.api.parameters.Input@661896, org.onap.sdc.toscaparser.api.parameters.Input@7c151c03] 2022-10-09T06:08:59.695Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.695Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:59.695Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-10-09T06:08:59.695Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5a37a8f4-f887-4a9e-bc77-57beba214bde 2022-10-09T06:08:59.696Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a37a8f4-f887-4a9e-bc77-57beba214bde matches Tosca VF Customization UUID: 5a37a8f4-f887-4a9e-bc77-57beba214bde 2022-10-09T06:08:59.696Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5a37a8f4-f887-4a9e-bc77-57beba214bde 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-10-09T06:08:59.698Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.698Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:59.699Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5a37a8f4-f887-4a9e-bc77-57beba214bde: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-09T06:08:59.699Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d4ed8f5 2022-10-09T06:08:59.699Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.699Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:59.700Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf1d3112-6396-4e43-a006-7a6f907ded23 2022-10-09T06:08:59.700Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf1d3112-6396-4e43-a006-7a6f907ded23 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-10-09T06:08:59.703Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.703Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-09T06:08:59.703Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:08:59.704Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.704Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-09T06:08:59.704Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:08:59.705Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.705Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-09T06:08:59.705Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-09T06:08:59.705Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-09T06:08:59.705Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=04240d22-b3c6-42a9-8225-3165f7bae29b 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-10-09T06:08:59.708Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.708Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-09T06:08:59.708Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:08:59.709Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.709Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-09T06:08:59.709Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5a37a8f4-f887-4a9e-bc77-57beba214bde 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-10-09T06:08:59.711Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.711Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:59.711Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9a24d876-2c64-4ee9-bcba-80e5764fcb70: basic_vm 2022-10-09T06:08:59.711Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.712Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:59.712Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.712Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:59.713Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.713Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:59.713Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.713Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:59.713Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:08:59.714Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:08:59.714Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:59.787Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f9364a45-999b-4537-b003-1045cf0b6d77 1 ASDC deployResourceStructure 2022-10-09T06:08:59.788Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:59.788Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:08:59.788Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:08:59.788Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:08:59.791Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:08:59.791Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295739788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T06:08:59.891Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:08:59.892Z||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-10-09T06:08:59.892Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:08:59.906Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:08:59.907Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:09:00.793Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:09:00.793Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:09:00.793Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:09:00.793Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:09:00.796Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:09:00.796Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295740793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-09T06:09:00.896Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:09:00.897Z||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-10-09T06:09:00.897Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:09:00.908Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:09:00.909Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:09:01.797Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:09:01.797Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:09:01.798Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:09:01.798Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:09:01.800Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:09:01.801Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295741797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-09T06:09:01.901Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:09:01.902Z||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-10-09T06:09:01.903Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:09:01.917Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:09:01.918Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:09:02.802Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:09:02.802Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:09:02.802Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:09:02.803Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:09:02.805Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:09:02.805Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295742801, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:09:02.905Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:09:02.906Z||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-10-09T06:09:02.906Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:09:02.917Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:09:02.918Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:09:03.766Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:09:03.766Z||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-10-09T06:09:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:09:03.806Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9 2022-10-09T06:09:03.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:09:03.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:09:03.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "cds", "timestamp": 1665295622741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-09T06:09:03.826Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:09:03.829Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70e469ff-368f-492a-9273-ef7d40162f58 2022-10-09T06:09:03.829Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:09:03.829Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70e469ff-368f-492a-9273-ef7d40162f58 and ComponentName cds 2022-10-09T06:09:03.829Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-09T06:09:03.829Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-10-09T06:09:33.830Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:09:33.841Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:09:33.847Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:09:33.848Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-09T06:09:33.848Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-09T06:10:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:10:03.767Z||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-10-09T06:10:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:03.794Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:03.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295615996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295615996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295615996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:10:03.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295624280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295625733, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:03.799Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295624280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-09T06:10:03.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295624280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-09T06:10:03.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/resourceInstances/pnff39b97748d7a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295624280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:10:03.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295628010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:10:03.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295624280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-09T06:10:03.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665295629015, "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-10-09T06:10:03.810Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70e469ff-368f-492a-9273-ef7d40162f58 2022-10-09T06:10:03.810Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70e469ff-368f-492a-9273-ef7d40162f58 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-10-09T06:10:03.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "aai-ml", "timestamp": 1665295628989, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:10:03.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:10:03.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295624280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "clamp", "timestamp": 1665295631446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:03.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "aai-ml", "timestamp": 1665295629993, "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-10-09T06:10:03.825Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 261cb056-61f4-48d3-b06e-ae4da65b21b9 2022-10-09T06:10:03.826Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:10:03.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295624280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-09T06:10:03.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295632520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:03.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295624280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "clamp", "timestamp": 1665295633455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:10:03.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295624280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:10:03.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "clamp", "timestamp": 1665295634461, "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-10-09T06:10:03.842Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 261cb056-61f4-48d3-b06e-ae4da65b21b9 2022-10-09T06:10:03.842Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:10:03.848Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9 2022-10-09T06:10:03.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295634572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfM1iqjnkrxqs9t3x5t9b2/1.0/artifacts/service-DemoPnfM1iqjnkrxqs9t3x5t9b2-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:10:03.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295633994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:03.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-09T06:10:03.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295635052, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:03.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295636097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:03.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295637152, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:03.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295638201, "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 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-10-09T06:10:03.859Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70e469ff-368f-492a-9273-ef7d40162f58 2022-10-09T06:10:03.859Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70e469ff-368f-492a-9273-ef7d40162f58 and ComponentName POLICY 2022-10-09T06:10:03.860Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9 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=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:10:03.863Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:10:03.864Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:10:03.864Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:10:03.864Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:10:03.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "multicloud-k8s-id", "timestamp": 1665295639204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T06:10:03.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "aai-ml", "timestamp": 1665295612101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:10:03.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.868Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-09T06:10:03.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "aai-ml", "timestamp": 1665295640084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:03.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "clamp", "timestamp": 1665295642036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "clamp", "timestamp": 1665295642036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "clamp", "timestamp": 1665295642036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "clamp", "timestamp": 1665295642036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:10:03.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "clamp", "timestamp": 1665295642036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "clamp", "timestamp": 1665295642036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "clamp", "timestamp": 1665295642036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "clamp", "timestamp": 1665295642036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:03.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "clamp", "timestamp": 1665295642036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:10:03.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:10:03.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "aai-ml", "timestamp": 1665295649010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:10:03.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "aai-ml", "timestamp": 1665295650015, "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-10-09T06:10:03.878Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70e469ff-368f-492a-9273-ef7d40162f58 2022-10-09T06:10:03.878Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70e469ff-368f-492a-9273-ef7d40162f58 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-10-09T06:10:03.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "clamp", "timestamp": 1665295659461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:03.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "clamp", "timestamp": 1665295661469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:10:03.886Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:10:03.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:10:03.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "clamp", "timestamp": 1665295662474, "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-10-09T06:10:03.890Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70e469ff-368f-492a-9273-ef7d40162f58 2022-10-09T06:10:03.890Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70e469ff-368f-492a-9273-ef7d40162f58 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-10-09T06:10:33.868Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9 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-10-09T06:10:33.878Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 261cb056-61f4-48d3-b06e-ae4da65b21b9 and serviceModelVersionId: 9a24d876-2c64-4ee9-bcba-80e5764fcb70 2022-10-09T06:10:33.879Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f5f9c16-5228-4c65-a375-db20f1f6276f 2022-10-09T06:10:33.880Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0 2022-10-09T06:10:33.884Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-09T06:10:33.928Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0|INFO|500||Invoke 2022-10-09T06:10:33.929Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[261cb056-61f4-48d3-b06e-ae4da65b21b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a122b1af-3d35-48de-b895-41ecfc6c0cc3], X-ECOMP-RequestID=[261cb056-61f4-48d3-b06e-ae4da65b21b9], X-TransactionId=[], X-ONAP-RequestID=[261cb056-61f4-48d3-b06e-ae4da65b21b9], Content-Type=[application/merge-patch+json]} 2022-10-09T06:10:33.949Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-09T06:10:34.108Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?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/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221009-06:10:32:448-49845], vertex-id=[167992], Content-Length=[0], Date=[Sun, 09 Oct 2022 06:10:32 GMT], Content-Type=[application/json]} 2022-10-09T06:10:34.108Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-09T06:10:34.109Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f5f9c16-5228-4c65-a375-db20f1f6276f/model-vers/model-ver/9a24d876-2c64-4ee9-bcba-80e5764fcb70?depth=0|INFO|500||InvokeReturn 2022-10-09T06:10:34.109Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-09T06:10:34.110Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:10:34.115Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|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-10-09T06:10:34.115Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 261cb056-61f4-48d3-b06e-ae4da65b21b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-09T06:10:34.115Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-09T06:10:34.115Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:34.118Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:34.118Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295834115, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:10:34.218Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:34.219Z||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-10-09T06:10:34.219Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:34.236Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:34.236Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-09T06:10:35.131Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:10:35.132Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"70e469ff-368f-492a-9273-ef7d40162f58","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"85ee86bb-d07c-4cb7-85a5-fefc2d296835","serviceDescription":"service","serviceInvariantUUID":"a89af924-1ac2-44f4-a2fa-2f0806b2443c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e9a4613-9a9b-44f5-a6ff-5191fef5d64e","resourceInvariantUUID":"a14bc344-4388-4def-a184-fc09fc04ee1b","resourceCustomizationUUID":"4d882b8c-a442-4335-8b37-5523037d16f7","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":"ZjlkNDIzMmZkM2MxODA1NGVlNzM0MjFjN2ZhOTRhNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"25a94c1a-2b8a-426a-bc40-d2ff362d2552","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":"7860e842-09bb-48d6-a029-be9e204c762a","artifactVersion":"2","generatedFromUUID":"1d06397b-62fd-48a2-a0a6-afd85e68f572"},{"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":"1d06397b-62fd-48a2-a0a6-afd85e68f572","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":"MTUzNTk0YzI5ZGNmNTU0YzkxMmE4ODRmYjRjMGU5ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d1fed12-7b86-49fa-8af3-0d2f558adbc5","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":"5bb8af20-fd53-42f4-bc70-e7caef57c5c1","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":"2d86b399-e6bc-4314-879a-2bd212eb1604","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":"0b65b20a-898c-4141-be81-542d1002b90f","artifactVersion":"2","generatedFromUUID":"5bb8af20-fd53-42f4-bc70-e7caef57c5c1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODAyMjRjNzMwMjhlYTRhNGNmZjU5NDVjYmM1NzRiYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a17fc6e-8153-44d4-85e8-963d3515f210","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjI3NmM3NmEwNmVjNjQxOTc5OTkwMmRjMjZkM2ZiODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9cdca6a-6b34-480c-9413-12a33590b368","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-09T06:10:35.132Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:10:35.133Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:35.134Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:35.134Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:35.235Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:35.236Z||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-10-09T06:10:35.236Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:35.248Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:35.248Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:10:36.135Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:10:36.136Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:36.138Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:36.138Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-09T06:10:36.238Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:36.240Z||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-10-09T06:10:36.240Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:36.252Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:36.252Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:10:37.139Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:10:37.140Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:37.142Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:37.143Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-09T06:10:37.242Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:10:37.243Z||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-10-09T06:10:37.244Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:37.254Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:37.254Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:38.143Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:10:38.144Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:38.146Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:38.146Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:10:38.246Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:38.247Z||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-10-09T06:10:38.247Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:38.259Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:38.260Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:39.147Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:10:39.147Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:39.150Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:39.150Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-09T06:10:39.251Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:10:39.252Z||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-10-09T06:10:39.252Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:39.265Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:39.266Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:40.151Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:10:40.152Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:40.154Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:40.154Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:40.255Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-09T06:10:40.257Z||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-10-09T06:10:40.257Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:40.274Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:40.274Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:41.154Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:10:41.155Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:41.158Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:41.158Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-09T06:10:41.258Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:41.259Z||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-10-09T06:10:41.259Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:41.271Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:41.271Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:42.158Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:10:42.159Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:42.163Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:42.163Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:10:42.264Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:42.265Z||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-10-09T06:10:42.266Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:42.277Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:42.278Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:10:43.164Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:10:43.165Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:43.168Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:43.168Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:10:43.268Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:10:43.269Z||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-10-09T06:10:43.270Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:43.280Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:43.281Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:10:44.170Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "85ee86bb-d07c-4cb7-85a5-fefc2d296835", "serviceDescription": "service", "serviceInvariantUUID": "a89af924-1ac2-44f4-a2fa-2f0806b2443c", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "4d882b8c-a442-4335-8b37-5523037d16f7", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5e9a4613-9a9b-44f5-a6ff-5191fef5d64e", "resourceInvariantUUID": "a14bc344-4388-4def-a184-fc09fc04ee1b", "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": "7860e842-09bb-48d6-a029-be9e204c762a", "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": "1d06397b-62fd-48a2-a0a6-afd85e68f572", "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": "MTUzNTk0YzI5ZGNmNTU0YzkxMmE4ODRmYjRjMGU5ODE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d1fed12-7b86-49fa-8af3-0d2f558adbc5", "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": "5bb8af20-fd53-42f4-bc70-e7caef57c5c1", "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": "0b65b20a-898c-4141-be81-542d1002b90f", "generatedFromUUID": "5bb8af20-fd53-42f4-bc70-e7caef57c5c1" }, "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": "0b65b20a-898c-4141-be81-542d1002b90f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NjI3NmM3NmEwNmVjNjQxOTc5OTkwMmRjMjZkM2ZiODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e9cdca6a-6b34-480c-9413-12a33590b368" } ], "workloadContext": "Production" } 2022-10-09T06:10:44.171Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-09T06:10:44.171Z|261cb056-61f4-48d3-b06e-ae4da65b21b9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 85ee86bb-d07c-4cb7-85a5-fefc2d296835 ASDC 2022-10-09T06:10:44.172Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:70e469ff-368f-492a-9273-ef7d40162f58 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:85ee86bb-d07c-4cb7-85a5-fefc2d296835 ServiceInvariantUUID:a89af924-1ac2-44f4-a2fa-2f0806b2443c 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:e9cdca6a-6b34-480c-9413-12a33590b368 ArtifactChecksum:NjI3NmM3NmEwNmVjNjQxOTc5OTkwMmRjMjZkM2ZiODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:4d882b8c-a442-4335-8b37-5523037d16f7 ResourceInvariantUUID:a14bc344-4388-4def-a184-fc09fc04ee1b ResourceName:basic_cnf ResourceType:VF ResourceUUID:5e9a4613-9a9b-44f5-a6ff-5191fef5d64e 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:7860e842-09bb-48d6-a029-be9e204c762a 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:1d06397b-62fd-48a2-a0a6-afd85e68f572 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:3d1fed12-7b86-49fa-8af3-0d2f558adbc5 ArtifactChecksum:MTUzNTk0YzI5ZGNmNTU0YzkxMmE4ODRmYjRjMGU5ODE= 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:5bb8af20-fd53-42f4-bc70-e7caef57c5c1 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:0b65b20a-898c-4141-be81-542d1002b90f 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:0b65b20a-898c-4141-be81-542d1002b90f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-09T06:10:44.172Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85ee86bb-d07c-4cb7-85a5-fefc2d296835 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-10-09T06:10:44.212Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:10:44.212Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-09T06:10:44.212Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-09T06:10:44.213Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e9cdca6a-6b34-480c-9413-12a33590b368 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-09T06:10:44.213Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T06:10:44.213Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:44.332Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T06:10:44.337Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e9cdca6a-6b34-480c-9413-12a33590b368 73671 2022-10-09T06:10:44.337Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:44.337Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:44.337Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:10:44.338Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:44.340Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:44.341Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295844337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:44.441Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:44.442Z||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-10-09T06:10:44.442Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:44.456Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:44.456Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:45.341Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:10:45.342Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-09T06:10:45.343Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e9cdca6a-6b34-480c-9413-12a33590b368, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-09T06:10:45.343Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-10-09T06:10:45.343Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-09T06:10:45.343Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-09T06:10:45.533Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15630707361136461302/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-10-09T06:10:46.771Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-09T06:10:46.772Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-09T06:10:46.772Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-09T06:10:46.772Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-09T06:10:46.772Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:46.773Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-09T06:10:46.773Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:46.773Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:46.773Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-09T06:10:46.774Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.774Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:46.774Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-09T06:10:46.774Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-09T06:10:46.774Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:10:46.775Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.775Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:46.775Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-09T06:10:46.775Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-09T06:10:46.775Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:10:46.776Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.776Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:46.776Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.776Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-09T06:10:46.776Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-10-09T06:10:46.777Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-10-09T06:10:46.777Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-09T06:10:46.777Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.777Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:46.777Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.777Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-09T06:10:46.778Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:10:46.778Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.778Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-09T06:10:46.779Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:10:46.779Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.779Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-09T06:10:46.779Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:10:46.779Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.779Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-09T06:10:46.780Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-09T06:10:46.780Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9ee0d039-06f1-4e5e-8d39-82f955a09bcb 2022-10-09T06:10:46.780Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.780Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:46.780Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.781Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:46.781Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.781Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:46.781Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:46.781Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:46.781Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:85ee86bb-d07c-4cb7-85a5-fefc2d296835 Model Version:NULL Model InvariantUuid:a89af924-1ac2-44f4-a2fa-2f0806b2443c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:e112b2e6-490f-4fde-983c-5ae47e9634eb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a14bc344-4388-4def-a184-fc09fc04ee1b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4d882b8c-a442-4335-8b37-5523037d16f7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f40c9d2d-cb1c-4a3d-8866-cc10a8be3b9e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:8e2cd79c-f4ec-4563-a2f7-5467cfbf15a1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9ee0d039-06f1-4e5e-8d39-82f955a09bcb ModelInvariantUuid:cfd204d9-1ecb-4df2-9347-a431ac3ec798 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9b4384ba-1923-45fb-9691-c7928170ea6c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:588ee7cc-ce98-4376-ab02-1a1484f753ee ModelInvariantUuid:ef539634-780b-4d8a-9681-cf82b57f7f62 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:dc4d4d52-be79-404a-b3c8-a4a6b2091a79 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-10-09T06:10:46.788Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e9a4613-9a9b-44f5-a6ff-5191fef5d64e 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-10-09T06:10:46.790Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-10-09T06:10:46.791Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e9a4613-9a9b-44f5-a6ff-5191fef5d64e 2022-10-09T06:10:46.791Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7860e842-09bb-48d6-a029-be9e204c762a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-09T06:10:46.791Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T06:10:46.791Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:46.891Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T06:10:46.891Z|70e469ff-368f-492a-9273-ef7d40162f58|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 7860e842-09bb-48d6-a029-be9e204c762a 12 2022-10-09T06:10:46.891Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:46.892Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:46.892Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:10:46.892Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:46.894Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:46.894Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295846891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:46.995Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-09T06:10:46.996Z||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-10-09T06:10:46.996Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:47.010Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:47.011Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:10:47.895Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1d06397b-62fd-48a2-a0a6-afd85e68f572 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-09T06:10:47.896Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T06:10:47.897Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:47.962Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T06:10:47.963Z|70e469ff-368f-492a-9273-ef7d40162f58|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 1d06397b-62fd-48a2-a0a6-afd85e68f572 2688 2022-10-09T06:10:47.963Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:47.964Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:47.964Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:10:47.964Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:47.966Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:47.967Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295847963, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:48.067Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:48.068Z||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-10-09T06:10:48.068Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:48.083Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:48.084Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:10:48.968Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3d1fed12-7b86-49fa-8af3-0d2f558adbc5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-09T06:10:48.969Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T06:10:48.969Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:49.038Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T06:10:49.038Z|70e469ff-368f-492a-9273-ef7d40162f58|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 3d1fed12-7b86-49fa-8af3-0d2f558adbc5 828 2022-10-09T06:10:49.039Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:49.039Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:49.039Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:10:49.039Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:49.041Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:49.042Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295849039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:49.141Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:10:49.142Z||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-10-09T06:10:49.142Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:49.156Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:49.156Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:10:50.043Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f40c9d2d-cb1c-4a3d-8866-cc10a8be3b9e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8e2cd79c-f4ec-4563-a2f7-5467cfbf15a1", "vfModuleModelCustomizationUUID": "cb21f64e-d958-42ab-882b-86ee7446f80d", "isBase": true, "artifacts": [ "5bb8af20-fd53-42f4-bc70-e7caef57c5c1", "1d06397b-62fd-48a2-a0a6-afd85e68f572", "0b65b20a-898c-4141-be81-542d1002b90f" ], "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-10-09T06:10:50.047Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8e2cd79c-f4ec-4563-a2f7-5467cfbf15a1 VfModuleModelInvariantUUID:f40c9d2d-cb1c-4a3d-8866-cc10a8be3b9e VfModuleModelDescription:NULL Artifacts UUID List:{ 5bb8af20-fd53-42f4-bc70-e7caef57c5c1 , 1d06397b-62fd-48a2-a0a6-afd85e68f572 , 0b65b20a-898c-4141-be81-542d1002b90f } 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-10-09T06:10:50.049Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f40c9d2d-cb1c-4a3d-8866-cc10a8be3b9e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8e2cd79c-f4ec-4563-a2f7-5467cfbf15a1", "vfModuleModelCustomizationUUID": "cb21f64e-d958-42ab-882b-86ee7446f80d", "isBase": true, "artifacts": [ "5bb8af20-fd53-42f4-bc70-e7caef57c5c1", "1d06397b-62fd-48a2-a0a6-afd85e68f572", "0b65b20a-898c-4141-be81-542d1002b90f" ], "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-10-09T06:10:50.049Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8e2cd79c-f4ec-4563-a2f7-5467cfbf15a1 VfModuleModelInvariantUUID:f40c9d2d-cb1c-4a3d-8866-cc10a8be3b9e VfModuleModelDescription:NULL Artifacts UUID List:{ 5bb8af20-fd53-42f4-bc70-e7caef57c5c1 , 1d06397b-62fd-48a2-a0a6-afd85e68f572 , 0b65b20a-898c-4141-be81-542d1002b90f } 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-10-09T06:10:50.049Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5bb8af20-fd53-42f4-bc70-e7caef57c5c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-09T06:10:50.049Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T06:10:50.050Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:50.152Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T06:10:50.152Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5bb8af20-fd53-42f4-bc70-e7caef57c5c1 1164 2022-10-09T06:10:50.153Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:50.153Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:50.153Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:10:50.153Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:50.155Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:50.155Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295850153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:50.255Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:50.256Z||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-10-09T06:10:50.256Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:50.268Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:50.268Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:51.156Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0b65b20a-898c-4141-be81-542d1002b90f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-09T06:10:51.157Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-09T06:10:51.157Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:51.233Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-09T06:10:51.233Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0b65b20a-898c-4141-be81-542d1002b90f 200 2022-10-09T06:10:51.234Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:51.234Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:51.234Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:10:51.234Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:51.236Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:51.236Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295851234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:10:51.336Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:51.337Z||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-10-09T06:10:51.337Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:51.370Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:51.371Z||pool-65-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:52.237Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 85ee86bb-d07c-4cb7-85a5-fefc2d296835 2022-10-09T06:10:52.238Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5e9a4613-9a9b-44f5-a6ff-5191fef5d64e ASDC 2022-10-09T06:10:52.245Z|70e469ff-368f-492a-9273-ef7d40162f58|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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 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-10-09T06:10:52.256Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bc10fbb, org.onap.sdc.toscaparser.api.parameters.Input@5bc9c6b7, org.onap.sdc.toscaparser.api.parameters.Input@7eaa32bd, org.onap.sdc.toscaparser.api.parameters.Input@38f0919d, org.onap.sdc.toscaparser.api.parameters.Input@6b9ffdef] 2022-10-09T06:10:52.258Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.258Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:52.258Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-10-09T06:10:52.258Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4d882b8c-a442-4335-8b37-5523037d16f7 2022-10-09T06:10:52.259Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d882b8c-a442-4335-8b37-5523037d16f7 matches Tosca VF Customization UUID: 4d882b8c-a442-4335-8b37-5523037d16f7 2022-10-09T06:10:52.259Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4d882b8c-a442-4335-8b37-5523037d16f7 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-10-09T06:10:52.260Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.260Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:52.261Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4d882b8c-a442-4335-8b37-5523037d16f7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-09T06:10:52.261Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6da68734 2022-10-09T06:10:52.261Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.261Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:52.262Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cb21f64e-d958-42ab-882b-86ee7446f80d 2022-10-09T06:10:52.262Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cb21f64e-d958-42ab-882b-86ee7446f80d 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-10-09T06:10:52.263Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.264Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-09T06:10:52.264Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:10:52.264Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.264Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-09T06:10:52.265Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:10:52.265Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.265Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-09T06:10:52.265Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-09T06:10:52.265Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9ee0d039-06f1-4e5e-8d39-82f955a09bcb 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-10-09T06:10:52.267Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.267Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-09T06:10:52.267Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:10:52.267Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.268Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-09T06:10:52.268Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4d882b8c-a442-4335-8b37-5523037d16f7 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-10-09T06:10:52.269Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.269Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:52.269Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 85ee86bb-d07c-4cb7-85a5-fefc2d296835: basic_cnf 2022-10-09T06:10:52.270Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.270Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:52.270Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.270Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:52.270Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.271Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:52.271Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.271Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:52.271Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:10:52.271Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:10:52.272Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:52.326Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5e9a4613-9a9b-44f5-a6ff-5191fef5d64e 1 ASDC deployResourceStructure 2022-10-09T06:10:52.327Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:52.327Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:52.327Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-09T06:10:52.327Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:52.330Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:52.330Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295852326, "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-10-09T06:10:52.432Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-09T06:10:52.434Z||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-10-09T06:10:52.434Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:52.443Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:52.443Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:10:53.332Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:53.332Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:53.333Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-09T06:10:53.333Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:53.335Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:53.335Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295853332, "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-10-09T06:10:53.435Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:53.437Z||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-10-09T06:10:53.437Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:53.449Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:53.450Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:54.336Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:54.336Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:54.336Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:10:54.337Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:54.338Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:54.339Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295854336, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T06:10:54.439Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:54.440Z||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-10-09T06:10:54.440Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:54.451Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:54.452Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:55.339Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:55.340Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:55.340Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:10:55.340Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:55.342Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:55.342Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295855339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-09T06:10:55.443Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-09T06:10:55.444Z||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-10-09T06:10:55.444Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:55.457Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:55.457Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:56.344Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:56.345Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:56.345Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:10:56.345Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:56.361Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:56.361Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295856344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-09T06:10:56.448Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-10-09T06:10:56.449Z||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-10-09T06:10:56.449Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:56.460Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:56.461Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:57.361Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:57.362Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:57.363Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:10:57.363Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:10:57.365Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:10:57.366Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295857361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:10:57.466Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:10:57.467Z||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-10-09T06:10:57.467Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:10:57.477Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:10:57.477Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:10:58.366Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70e469ff-368f-492a-9273-ef7d40162f58 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:10:58.384Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70e469ff-368f-492a-9273-ef7d40162f58 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-10-09T06:10:58.388Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:10:58.388Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-09T06:10:58.388Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-09T06:10:58.389Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-09T06:10:58.389Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:10:58.389Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:10:58.390Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:10:58.390Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:10:58.390Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:10:58.390Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:10:58.391Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:10:58.397Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-09T06:11:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:11:03.767Z||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-10-09T06:11:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:11:03.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:11:03.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "78b63b43-5c2e-4ffa-bb7e-e91460c74f8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295725891, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:11:03.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:11:03.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:11:03.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:11:03.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:11:03.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:11:03.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-09T06:11:03.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:11:03.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:11:03.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:11:03.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-09T06:11:03.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:11:03.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:11:03.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:11:03.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:11:03.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-09T06:11:03.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295734050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:11:03.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:11:03.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295736545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T06:11:03.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:11:03.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295737608, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:11:03.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:11:03.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295738679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:11:03.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:11:03.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295739788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T06:11:03.794Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:11:03.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295740793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-09T06:11:03.794Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:11:03.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295741797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-09T06:11:03.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:11:03.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:11:03.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295742801, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:11:03.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:11:28.397Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70e469ff-368f-492a-9273-ef7d40162f58 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-10-09T06:11:28.404Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70e469ff-368f-492a-9273-ef7d40162f58 and serviceModelVersionId: 85ee86bb-d07c-4cb7-85a5-fefc2d296835 2022-10-09T06:11:28.404Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a89af924-1ac2-44f4-a2fa-2f0806b2443c 2022-10-09T06:11:28.405Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a89af924-1ac2-44f4-a2fa-2f0806b2443c/model-vers/model-ver/85ee86bb-d07c-4cb7-85a5-fefc2d296835?depth=0 2022-10-09T06:11:28.410Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-09T06:11:28.465Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a89af924-1ac2-44f4-a2fa-2f0806b2443c/model-vers/model-ver/85ee86bb-d07c-4cb7-85a5-fefc2d296835?depth=0|INFO|500||Invoke 2022-10-09T06:11:28.466Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a89af924-1ac2-44f4-a2fa-2f0806b2443c/model-vers/model-ver/85ee86bb-d07c-4cb7-85a5-fefc2d296835?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a89af924-1ac2-44f4-a2fa-2f0806b2443c/model-vers/model-ver/85ee86bb-d07c-4cb7-85a5-fefc2d296835?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70e469ff-368f-492a-9273-ef7d40162f58], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ab42cd04-91af-4717-a639-a870f11e8e69], X-ECOMP-RequestID=[70e469ff-368f-492a-9273-ef7d40162f58], X-TransactionId=[], X-ONAP-RequestID=[70e469ff-368f-492a-9273-ef7d40162f58], Content-Type=[application/merge-patch+json]} 2022-10-09T06:11:28.492Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a89af924-1ac2-44f4-a2fa-2f0806b2443c/model-vers/model-ver/85ee86bb-d07c-4cb7-85a5-fefc2d296835?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-09T06:11:28.607Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a89af924-1ac2-44f4-a2fa-2f0806b2443c/model-vers/model-ver/85ee86bb-d07c-4cb7-85a5-fefc2d296835?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/a89af924-1ac2-44f4-a2fa-2f0806b2443c/model-vers/model-ver/85ee86bb-d07c-4cb7-85a5-fefc2d296835?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221009-06:11:26:988-69696], vertex-id=[377016], Content-Length=[0], Date=[Sun, 09 Oct 2022 06:11:26 GMT], Content-Type=[application/json]} 2022-10-09T06:11:28.607Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a89af924-1ac2-44f4-a2fa-2f0806b2443c/model-vers/model-ver/85ee86bb-d07c-4cb7-85a5-fefc2d296835?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-09T06:11:28.608Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a89af924-1ac2-44f4-a2fa-2f0806b2443c/model-vers/model-ver/85ee86bb-d07c-4cb7-85a5-fefc2d296835?depth=0|INFO|500||InvokeReturn 2022-10-09T06:11:28.608Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-09T06:11:28.608Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:11:28.613Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:11:28.613Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70e469ff-368f-492a-9273-ef7d40162f58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-09T06:11:28.613Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-09T06:11:28.614Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:11:28.616Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:11:28.616Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295888613, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:11:28.716Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:11:28.717Z||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-10-09T06:11:28.717Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:11:28.733Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:11:28.733Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-09T06:11:29.628Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:11:29.628Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:11:29.628Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:11:39.902Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:11:39.903Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:11:39.903Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:11:39.904Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:11:49.473Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:11:49.474Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:11:49.474Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:11:49.474Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:11:59.054Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:11:59.054Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:11:59.055Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:11:59.055Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:12:03.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:12:03.767Z||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-10-09T06:12:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:12:03.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:12:03.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "261cb056-61f4-48d3-b06e-ae4da65b21b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295834115, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:12:03.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:03.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:12:03.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-09T06:12:03.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-09T06:12:03.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-09T06:12:03.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-09T06:12:03.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-09T06:12:03.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:12:03.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-09T06:12:03.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-09T06:12:03.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-09T06:12:03.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:12:03.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-09T06:12:03.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-09T06:12:03.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-09T06:12:03.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:12:03.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-09T06:12:03.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295623760, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:12:03.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-09T06:12:03.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295844337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:12:03.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:03.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295846891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:12:03.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:03.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295847963, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-09T06:12:03.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:03.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295849039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T06:12:03.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:03.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295850153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:12:03.827Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:03.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295851234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:12:03.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:03.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295852326, "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-10-09T06:12:03.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:03.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295853332, "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-10-09T06:12:03.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:03.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295854336, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T06:12:03.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:03.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295855339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-09T06:12:03.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:03.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295856344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-09T06:12:03.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:03.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-09T06:12:03.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295857361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:12:03.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:12:08.607Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:12:08.608Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:12:08.608Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:12:08.609Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:12:18.150Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:13:03.760Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:13:03.761Z||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-10-09T06:13:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:13:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:13:03.766Z||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-10-09T06:13:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:13:04.285Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:13:04.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-09T06:13:04.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70e469ff-368f-492a-9273-ef7d40162f58", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665295888613, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:13:04.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:13:13.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:14:03.760Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:14:03.762Z||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-10-09T06:14:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:14:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:14:03.767Z||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-10-09T06:14:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:14:13.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:14:13.334Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:15:03.760Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:15:03.761Z||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-10-09T06:15:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:15:03.766Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:15:03.766Z||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-10-09T06:15:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:15:13.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:15:13.318Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:16:03.760Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:16:03.761Z||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-10-09T06:16:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:16:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:16:03.766Z||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-10-09T06:16:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:16:13.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:16:13.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:17:03.761Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:17:03.765Z||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-10-09T06:17:03.765Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:17:03.768Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:17:03.769Z||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-10-09T06:17:03.769Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:17:13.332Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:17:13.334Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:18:03.760Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:18:03.761Z||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-10-09T06:18:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:18:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:18:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:18:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:18:13.316Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:18:13.319Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:03.760Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:19:03.761Z||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-10-09T06:19:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:19:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:19:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:03.885Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:03.894Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.894Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296302101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.895Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.896Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.896Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296304280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.896Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.896Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.896Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296305999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.896Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.896Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.896Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "cds", "timestamp": 1665296307596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.896Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.896Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.896Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "ves-openapi-manager", "timestamp": 1665296312107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.897Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.897Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.897Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296302101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.897Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.897Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.897Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296304280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:19:03.897Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.897Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.897Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296305999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.897Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.898Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.898Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "cds", "timestamp": 1665296307596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.898Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.898Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.898Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "ves-openapi-manager", "timestamp": 1665296312107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.898Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.898Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.898Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296302101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.898Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.898Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.898Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296304280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-09T06:19:03.898Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296305999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "cds", "timestamp": 1665296307596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "ves-openapi-manager", "timestamp": 1665296312107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296302101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.899Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.900Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296304280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.900Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.900Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.900Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296305999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.900Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.900Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.900Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "cds", "timestamp": 1665296307596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.900Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.900Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.900Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "ves-openapi-manager", "timestamp": 1665296312107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.900Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.901Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.901Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296302101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.901Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.901Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.901Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296304280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-09T06:19:03.902Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.902Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.902Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296305999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.902Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.902Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.902Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "cds", "timestamp": 1665296307596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.902Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.902Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.902Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "ves-openapi-manager", "timestamp": 1665296312107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.902Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.903Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.903Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296302101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.903Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.903Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.903Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296304280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-09T06:19:03.903Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.903Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.903Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296305999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.904Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.904Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.904Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "cds", "timestamp": 1665296307596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.904Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.904Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.904Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "ves-openapi-manager", "timestamp": 1665296312107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.905Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.905Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.905Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296302101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.905Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.905Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.905Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296305999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.906Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.906Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.906Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "cds", "timestamp": 1665296307596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.906Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.906Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.906Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296304280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-09T06:19:03.907Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.907Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.907Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "ves-openapi-manager", "timestamp": 1665296312107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.907Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.907Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.907Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296302101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.908Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.908Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.908Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296304280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.908Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.908Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.909Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296305999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.909Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.909Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.909Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "cds", "timestamp": 1665296307596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.909Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.909Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.910Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "ves-openapi-manager", "timestamp": 1665296312107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.910Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.910Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.910Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296304280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.910Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.911Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.911Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296302101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.911Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.911Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.911Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296305999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.912Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.912Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.912Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "cds", "timestamp": 1665296307596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.912Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.912Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.912Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "ves-openapi-manager", "timestamp": 1665296312107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.913Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.913Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.913Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296302101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:19:03.913Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.913Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.914Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296305999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:19:03.914Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.914Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.914Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296304280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:19:03.914Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.914Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.914Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "cds", "timestamp": 1665296307596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:19:03.915Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.915Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.915Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "ves-openapi-manager", "timestamp": 1665296312107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.915Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.915Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.915Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "cds", "timestamp": 1665296322710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:03.916Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:03.916Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.916Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296322603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:03.916Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:03.916Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.916Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296322463, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:03.917Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:03.917Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.917Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296322359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:03.917Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:03.917Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.917Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296323677, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:03.918Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:03.918Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.918Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296324727, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:03.918Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:03.918Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.918Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "cds", "timestamp": 1665296324989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-09T06:19:03.946Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4293cd77-0504-4c87-8efb-717bc71a14fd 2022-10-09T06:19:03.946Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4293cd77-0504-4c87-8efb-717bc71a14fd 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-10-09T06:19:03.954Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.955Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296324857, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:19:03.955Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:03.955Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.955Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296325805, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:03.956Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:03.956Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.956Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296325860, "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-10-09T06:19:03.961Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4293cd77-0504-4c87-8efb-717bc71a14fd 2022-10-09T06:19:03.961Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4293cd77-0504-4c87-8efb-717bc71a14fd 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-10-09T06:19:03.968Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.969Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "cds", "timestamp": 1665296325992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.969Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.969Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.969Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296326870, "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-10-09T06:19:03.973Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4293cd77-0504-4c87-8efb-717bc71a14fd 2022-10-09T06:19:03.973Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4293cd77-0504-4c87-8efb-717bc71a14fd 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-10-09T06:19:03.982Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.982Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "cds", "timestamp": 1665296325992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.982Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.982Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.982Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "multicloud-k8s-id", "timestamp": 1665296327874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T06:19:03.983Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:03.983Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.983Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "cds", "timestamp": 1665296325992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.983Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.983Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.983Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296328879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.984Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.984Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.984Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "cds", "timestamp": 1665296325992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.984Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.984Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.985Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296328879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:19:03.985Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.985Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.985Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "cds", "timestamp": 1665296325992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.985Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.985Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.986Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.986Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.986Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.986Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296328879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-09T06:19:03.986Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.987Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.987Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "cds", "timestamp": 1665296325992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.987Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.987Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.987Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:19:03.987Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.987Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.987Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296332176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:19:03.987Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:03.988Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.988Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296328879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.988Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.988Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.988Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "cds", "timestamp": 1665296325992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.989Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.989Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.989Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "ves-openapi-manager", "timestamp": 1665296332107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.989Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.989Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.989Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:03.990Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:03.990Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:03.990Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "aai-ml", "timestamp": 1665296333180, "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-10-09T06:19:03.995Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4293cd77-0504-4c87-8efb-717bc71a14fd 2022-10-09T06:19:03.995Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4293cd77-0504-4c87-8efb-717bc71a14fd 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-10-09T06:19:04.004Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.005Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296328879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-09T06:19:04.005Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.005Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.005Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "cds", "timestamp": 1665296325992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:19:04.006Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.006Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.006Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "ves-openapi-manager", "timestamp": 1665296332107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.006Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.006Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.006Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.007Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.007Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.007Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296328879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.007Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.007Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.008Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "cds", "timestamp": 1665296334790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:04.008Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:04.008Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.008Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "ves-openapi-manager", "timestamp": 1665296332107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.008Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.009Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.009Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "aai-ml", "timestamp": 1665296334184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.009Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.009Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.009Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.010Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.010Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.010Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296328879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.010Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.011Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.011Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "ves-openapi-manager", "timestamp": 1665296332107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.011Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.011Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.011Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "cds", "timestamp": 1665296336082, "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-10-09T06:19:04.024Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f128229e-9637-4d08-9857-c06d7c8e825a 2022-10-09T06:19:04.024Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f128229e-9637-4d08-9857-c06d7c8e825a 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-10-09T06:19:04.031Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.031Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "aai-ml", "timestamp": 1665296334184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.032Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.032Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.032Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.032Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.033Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.033Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296328879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:19:04.033Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.033Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.033Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "ves-openapi-manager", "timestamp": 1665296332107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.034Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.034Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.034Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296335996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.034Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.034Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.035Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "aai-ml", "timestamp": 1665296334184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.035Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.035Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.035Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.035Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.035Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.036Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296337589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:04.036Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:04.036Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.036Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "ves-openapi-manager", "timestamp": 1665296332107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.036Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.037Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.037Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296335996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.037Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.037Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.037Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "aai-ml", "timestamp": 1665296334184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.037Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.038Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.038Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.038Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.038Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.038Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296338669, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:04.039Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:04.039Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.039Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "ves-openapi-manager", "timestamp": 1665296332107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.039Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.039Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.039Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296335996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.040Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.040Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.040Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "aai-ml", "timestamp": 1665296334184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.040Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.040Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.040Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.041Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.041Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.041Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296339776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:04.041Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:04.041Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.041Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "ves-openapi-manager", "timestamp": 1665296332107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.042Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.042Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.042Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296335996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.042Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.042Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.042Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "aai-ml", "timestamp": 1665296334184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.043Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.043Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.043Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:19:04.043Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.043Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.044Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296340797, "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-10-09T06:19:04.049Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f128229e-9637-4d08-9857-c06d7c8e825a 2022-10-09T06:19:04.049Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f128229e-9637-4d08-9857-c06d7c8e825a 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-10-09T06:19:04.056Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.056Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296335996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.056Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.056Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.057Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "aai-ml", "timestamp": 1665296334184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.057Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.057Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.057Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "multicloud-k8s-id", "timestamp": 1665296341800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T06:19:04.057Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:19:04.057Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.058Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296335996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.058Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:19:04.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:04.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:19:04.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"4293cd77-0504-4c87-8efb-717bc71a14fd","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5","serviceDescription":"service","serviceInvariantUUID":"61a93407-5452-42f6-b770-c23422f4ffd0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b758fcc6-8064-42a8-ac06-a144e210a7b2","resourceInvariantUUID":"1d12430d-8e3c-48bd-907b-d3b1ddc450c8","resourceCustomizationUUID":"6c7202b0-92cb-4cbc-92bc-ea42667d6363","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":"MDM4NDY3MTAxZmExZWJlNzgxM2IwZGEyYmRjYmI4MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a0c8a46-d4cc-47f8-800d-deaec1cd9f61","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":"ZjQ4Y2IzMjM4NGI0YmU5NGQ1M2FiN2U4OTdmYWU0NTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8f4ec35-7a0a-4062-82af-afdfe8b6e60a","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":"71b5c4e3-e34b-49e3-b4a1-7e407071c8ab","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":"547cd45b-752a-4c14-8199-3354a4944c7b","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":"73fd3a9b-ef1a-4883-868c-e75e0d610f77","artifactVersion":"2","generatedFromUUID":"e771ad21-a306-44bf-acaa-e925c9c2cf2f"},{"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":"6b22cc94-05b5-437d-9850-e54f5543cec3","artifactVersion":"2","generatedFromUUID":"71b5c4e3-e34b-49e3-b4a1-7e407071c8ab"},{"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":"e771ad21-a306-44bf-acaa-e925c9c2cf2f","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":"3bb3e6a3-ecb9-4051-9a1c-2a47471d7168","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":"Yzg5YzU1MzZkYzBmODMyN2Q3ZDU1OGE2N2JhNWIxNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"771cccd3-2df4-4905-b8e9-92fd1851b324","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTUyOWVlNDk3ZDU4YjRhNTk2ZGZlOWNjNTIxNWJjNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d47848fc-0601-499d-9f68-6262a3d69021","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-09T06:19:04.393Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:19:04.394Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:04.399Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:04.399Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:04.498Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:19:04.499Z||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-10-09T06:19:04.499Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:04.511Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:04.512Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:19:05.399Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:19:05.400Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:05.402Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:05.402Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:19:05.502Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:05.503Z||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-10-09T06:19:05.503Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:05.513Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:05.514Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:06.403Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:19:06.403Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:06.405Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:06.406Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-09T06:19:06.506Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:06.508Z||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-10-09T06:19:06.508Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:06.520Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:06.521Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:07.406Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:19:07.407Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:07.409Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:07.409Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:07.509Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:07.511Z||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-10-09T06:19:07.511Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:07.521Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:07.522Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:08.409Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:19:08.410Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:08.413Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:08.413Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-09T06:19:08.513Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:08.514Z||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-10-09T06:19:08.514Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:08.532Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:08.532Z||pool-77-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:19:09.414Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:19:09.414Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:09.416Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:09.417Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-09T06:19:09.517Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:09.519Z||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-10-09T06:19:09.519Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:09.531Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:09.531Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:10.417Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:19:10.418Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:10.420Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:10.420Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-09T06:19:10.520Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:10.521Z||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-10-09T06:19:10.521Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:10.532Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:10.533Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:11.421Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:19:11.422Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:11.424Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:11.425Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:11.525Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:11.526Z||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-10-09T06:19:11.527Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:11.543Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:11.544Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:12.425Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:19:12.425Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:12.428Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:12.428Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:12.528Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:12.530Z||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-10-09T06:19:12.530Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:12.544Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:12.545Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:19:13.428Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:19:13.429Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:13.431Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:13.431Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:19:13.531Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:13.532Z||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-10-09T06:19:13.532Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:13.549Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:13.549Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:19:14.432Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5", "serviceDescription": "service", "serviceInvariantUUID": "61a93407-5452-42f6-b770-c23422f4ffd0", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "6c7202b0-92cb-4cbc-92bc-ea42667d6363", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b758fcc6-8064-42a8-ac06-a144e210a7b2", "resourceInvariantUUID": "1d12430d-8e3c-48bd-907b-d3b1ddc450c8", "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": "ZjQ4Y2IzMjM4NGI0YmU5NGQ1M2FiN2U4OTdmYWU0NTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f8f4ec35-7a0a-4062-82af-afdfe8b6e60a", "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": "71b5c4e3-e34b-49e3-b4a1-7e407071c8ab", "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": "6b22cc94-05b5-437d-9850-e54f5543cec3", "generatedFromUUID": "71b5c4e3-e34b-49e3-b4a1-7e407071c8ab" }, "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": "73fd3a9b-ef1a-4883-868c-e75e0d610f77", "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": "6b22cc94-05b5-437d-9850-e54f5543cec3", "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": "e771ad21-a306-44bf-acaa-e925c9c2cf2f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTUyOWVlNDk3ZDU4YjRhNTk2ZGZlOWNjNTIxNWJjNjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d47848fc-0601-499d-9f68-6262a3d69021" } ], "workloadContext": "Production" } 2022-10-09T06:19:14.433Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-09T06:19:14.433Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5 ASDC 2022-10-09T06:19:14.434Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:4293cd77-0504-4c87-8efb-717bc71a14fd ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5 ServiceInvariantUUID:61a93407-5452-42f6-b770-c23422f4ffd0 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:d47848fc-0601-499d-9f68-6262a3d69021 ArtifactChecksum:ZTUyOWVlNDk3ZDU4YjRhNTk2ZGZlOWNjNTIxNWJjNjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:6c7202b0-92cb-4cbc-92bc-ea42667d6363 ResourceInvariantUUID:1d12430d-8e3c-48bd-907b-d3b1ddc450c8 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:b758fcc6-8064-42a8-ac06-a144e210a7b2 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:f8f4ec35-7a0a-4062-82af-afdfe8b6e60a ArtifactChecksum:ZjQ4Y2IzMjM4NGI0YmU5NGQ1M2FiN2U4OTdmYWU0NTM= 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:71b5c4e3-e34b-49e3-b4a1-7e407071c8ab 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:6b22cc94-05b5-437d-9850-e54f5543cec3 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:73fd3a9b-ef1a-4883-868c-e75e0d610f77 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:6b22cc94-05b5-437d-9850-e54f5543cec3 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:e771ad21-a306-44bf-acaa-e925c9c2cf2f ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-09T06:19:14.434Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5 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-10-09T06:19:14.465Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:19:14.465Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-09T06:19:14.466Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-09T06:19:14.466Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d47848fc-0601-499d-9f68-6262a3d69021 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-09T06:19:14.466Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-09T06:19:14.466Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-09T06:19:14.537Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-09T06:19:14.550Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d47848fc-0601-499d-9f68-6262a3d69021 162983 2022-10-09T06:19:14.551Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-09T06:19:14.551Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-09T06:19:14.551Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:19:14.551Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:14.553Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:14.553Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296354551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:14.653Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:19:14.654Z||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-10-09T06:19:14.654Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:14.681Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:14.682Z||pool-83-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:15.554Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:19:15.555Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-09T06:19:15.555Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d47848fc-0601-499d-9f68-6262a3d69021, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-09T06:19:15.556Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-10-09T06:19:15.557Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-09T06:19:15.557Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-09T06:19:15.716Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11517206028041844500/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-10-09T06:19:17.023Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-09T06:19:17.023Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-09T06:19:17.023Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-09T06:19:17.024Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-09T06:19:17.024Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:17.024Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-09T06:19:17.024Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:17.024Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:17.024Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-09T06:19:17.024Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.025Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:17.025Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-09T06:19:17.025Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-09T06:19:17.025Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:19:17.025Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.026Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:17.026Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-09T06:19:17.026Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-09T06:19:17.026Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:19:17.026Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.026Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:17.027Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.027Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-09T06:19:17.027Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-10-09T06:19:17.027Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-10-09T06:19:17.027Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-09T06:19:17.027Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.027Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-09T06:19:17.028Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.028Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-09T06:19:17.028Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:19:17.028Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.028Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-09T06:19:17.028Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:19:17.029Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.029Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-09T06:19:17.029Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:19:17.029Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.029Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-09T06:19:17.029Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:19:17.030Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.030Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-09T06:19:17.030Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-10-09T06:19:17.030Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1a15075a-4691-4c97-a1cf-8ef9ad3dfb10 2022-10-09T06:19:17.030Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.030Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:17.031Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.031Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:17.031Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.031Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:17.031Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:17.031Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:17.031Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5 Model Version:NULL Model InvariantUuid:61a93407-5452-42f6-b770-c23422f4ffd0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:56342751-ece5-40bd-824a-2ad5a7ae51fc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1d12430d-8e3c-48bd-907b-d3b1ddc450c8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6c7202b0-92cb-4cbc-92bc-ea42667d6363 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:904b4723-1c6a-437c-a312-05eb85813bc6 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:e6f8a26f-e27d-47d5-bb6f-a5dca8775270 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:f846fb06-f8ed-4c31-bf39-8fb99c637515 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:4466ff9c-b71c-41ee-b4fd-7fe4bde66056 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1a15075a-4691-4c97-a1cf-8ef9ad3dfb10 ModelInvariantUuid:e523208f-75e3-4cbd-81e9-fb5a8c2303d3 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:32430259-2520-4ff1-8e30-0bb4a1982556 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:7d394254-be00-4ec6-abf1-2d52dbf11324 ModelInvariantUuid:1afbf150-13c1-4717-9402-6a23eb83d237 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:ac42048e-f57c-49e4-b7e6-e3cb9b1bd6ef 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-10-09T06:19:17.036Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b758fcc6-8064-42a8-ac06-a144e210a7b2 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-10-09T06:19:17.040Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0 2022-10-09T06:19:17.040Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b758fcc6-8064-42a8-ac06-a144e210a7b2 2022-10-09T06:19:17.040Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f8f4ec35-7a0a-4062-82af-afdfe8b6e60a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-09T06:19:17.041Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-09T06:19:17.041Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:17.086Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-09T06:19:17.086Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f8f4ec35-7a0a-4062-82af-afdfe8b6e60a 1565 2022-10-09T06:19:17.086Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:17.087Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:17.087Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:19:17.087Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:17.088Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:17.089Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296357086, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:17.189Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:17.190Z||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-10-09T06:19:17.190Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:17.229Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:17.229Z||pool-84-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:18.089Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f846fb06-f8ed-4c31-bf39-8fb99c637515", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4466ff9c-b71c-41ee-b4fd-7fe4bde66056", "vfModuleModelCustomizationUUID": "db18e5a9-d13b-444a-82fb-4dbdf7722c22", "isBase": true, "artifacts": [ "71b5c4e3-e34b-49e3-b4a1-7e407071c8ab", "6b22cc94-05b5-437d-9850-e54f5543cec3" ], "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": "904b4723-1c6a-437c-a312-05eb85813bc6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e6f8a26f-e27d-47d5-bb6f-a5dca8775270", "vfModuleModelCustomizationUUID": "220b5a0a-323a-4cc4-bfdc-fe534e64fa2d", "isBase": false, "artifacts": [ "e771ad21-a306-44bf-acaa-e925c9c2cf2f" ], "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-10-09T06:19:18.095Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4466ff9c-b71c-41ee-b4fd-7fe4bde66056 VfModuleModelInvariantUUID:f846fb06-f8ed-4c31-bf39-8fb99c637515 VfModuleModelDescription:NULL Artifacts UUID List:{ 71b5c4e3-e34b-49e3-b4a1-7e407071c8ab , 6b22cc94-05b5-437d-9850-e54f5543cec3 } 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:e6f8a26f-e27d-47d5-bb6f-a5dca8775270 VfModuleModelInvariantUUID:904b4723-1c6a-437c-a312-05eb85813bc6 VfModuleModelDescription:NULL Artifacts UUID List:{ e771ad21-a306-44bf-acaa-e925c9c2cf2f } 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-10-09T06:19:18.097Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f846fb06-f8ed-4c31-bf39-8fb99c637515", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4466ff9c-b71c-41ee-b4fd-7fe4bde66056", "vfModuleModelCustomizationUUID": "db18e5a9-d13b-444a-82fb-4dbdf7722c22", "isBase": true, "artifacts": [ "71b5c4e3-e34b-49e3-b4a1-7e407071c8ab", "6b22cc94-05b5-437d-9850-e54f5543cec3" ], "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": "904b4723-1c6a-437c-a312-05eb85813bc6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e6f8a26f-e27d-47d5-bb6f-a5dca8775270", "vfModuleModelCustomizationUUID": "220b5a0a-323a-4cc4-bfdc-fe534e64fa2d", "isBase": false, "artifacts": [ "e771ad21-a306-44bf-acaa-e925c9c2cf2f" ], "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-10-09T06:19:18.097Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4466ff9c-b71c-41ee-b4fd-7fe4bde66056 VfModuleModelInvariantUUID:f846fb06-f8ed-4c31-bf39-8fb99c637515 VfModuleModelDescription:NULL Artifacts UUID List:{ 71b5c4e3-e34b-49e3-b4a1-7e407071c8ab , 6b22cc94-05b5-437d-9850-e54f5543cec3 } 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:e6f8a26f-e27d-47d5-bb6f-a5dca8775270 VfModuleModelInvariantUUID:904b4723-1c6a-437c-a312-05eb85813bc6 VfModuleModelDescription:NULL Artifacts UUID List:{ e771ad21-a306-44bf-acaa-e925c9c2cf2f } 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-10-09T06:19:18.097Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 71b5c4e3-e34b-49e3-b4a1-7e407071c8ab from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-09T06:19:18.097Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-09T06:19:18.097Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:18.146Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-09T06:19:18.146Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 71b5c4e3-e34b-49e3-b4a1-7e407071c8ab 914 2022-10-09T06:19:18.147Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:18.147Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:18.147Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:19:18.147Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:18.149Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:18.149Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296358147, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:18.249Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:18.251Z||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-10-09T06:19:18.251Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:18.265Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:18.265Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:19.150Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 73fd3a9b-ef1a-4883-868c-e75e0d610f77 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-09T06:19:19.150Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-09T06:19:19.150Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:19.200Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-09T06:19:19.200Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 73fd3a9b-ef1a-4883-868c-e75e0d610f77 12 2022-10-09T06:19:19.200Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:19.200Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:19.201Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:19:19.201Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:19.203Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:19.203Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296359200, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:19.303Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:19.304Z||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-10-09T06:19:19.304Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:19.317Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:19.317Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:20.203Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6b22cc94-05b5-437d-9850-e54f5543cec3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-09T06:19:20.204Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-09T06:19:20.204Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:20.260Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-09T06:19:20.260Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 6b22cc94-05b5-437d-9850-e54f5543cec3 96 2022-10-09T06:19:20.260Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:20.261Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:20.261Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:19:20.261Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:20.263Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:20.263Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296360260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:20.363Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:20.364Z||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-10-09T06:19:20.364Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:20.376Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:20.377Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:21.264Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e771ad21-a306-44bf-acaa-e925c9c2cf2f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-09T06:19:21.264Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-09T06:19:21.264Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:21.316Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-09T06:19:21.317Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz e771ad21-a306-44bf-acaa-e925c9c2cf2f 20206 2022-10-09T06:19:21.317Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:21.317Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:21.317Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:19:21.318Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:21.320Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:21.320Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296361317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-09T06:19:21.420Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:21.421Z||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-10-09T06:19:21.421Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:21.434Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:21.434Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:22.324Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5 2022-10-09T06:19:22.324Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b758fcc6-8064-42a8-ac06-a144e210a7b2 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-10-09T06:19:22.331Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d12b431, org.onap.sdc.toscaparser.api.parameters.Input@4a28e8db, org.onap.sdc.toscaparser.api.parameters.Input@19a66720, org.onap.sdc.toscaparser.api.parameters.Input@310e1adc, org.onap.sdc.toscaparser.api.parameters.Input@69e583f0] 2022-10-09T06:19:22.333Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:22.333Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:22.333Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-10-09T06:19:22.334Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 6c7202b0-92cb-4cbc-92bc-ea42667d6363 2022-10-09T06:19:22.334Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6c7202b0-92cb-4cbc-92bc-ea42667d6363 matches Tosca VF Customization UUID: 6c7202b0-92cb-4cbc-92bc-ea42667d6363 2022-10-09T06:19:22.334Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 6c7202b0-92cb-4cbc-92bc-ea42667d6363 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-10-09T06:19:22.336Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:22.336Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:22.337Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 6c7202b0-92cb-4cbc-92bc-ea42667d6363: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-10-09T06:19:22.337Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f2a0f00 2022-10-09T06:19:22.337Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:22.337Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-09T06:19:22.337Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 220b5a0a-323a-4cc4-bfdc-fe534e64fa2d 2022-10-09T06:19:22.338Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 220b5a0a-323a-4cc4-bfdc-fe534e64fa2d 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-10-09T06:19:22.340Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:22.340Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-09T06:19:22.340Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:19:22.341Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:22.341Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-09T06:19:22.341Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:19:22.341Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:22.341Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-09T06:19:22.342Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6c7202b0-92cb-4cbc-92bc-ea42667d6363 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-10-09T06:19:22.343Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:22.343Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:22.343Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5: basic_cnf_macro 2022-10-09T06:19:22.344Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:22.344Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:22.344Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:22.344Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:22.344Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:22.345Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:22.345Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:22.345Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:22.345Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:19:22.345Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:19:22.346Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:22.378Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro b758fcc6-8064-42a8-ac06-a144e210a7b2 2 ASDC deployResourceStructure 2022-10-09T06:19:22.379Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:22.379Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:22.379Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:19:22.379Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:22.391Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:22.391Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296362379, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T06:19:22.482Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-10-09T06:19:22.483Z||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-10-09T06:19:22.483Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:22.497Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:22.499Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:23.392Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:23.392Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:23.392Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:19:23.393Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:23.394Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:23.395Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296363392, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-09T06:19:23.495Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:23.496Z||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-10-09T06:19:23.496Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:23.512Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:23.513Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:24.395Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:24.396Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:24.396Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-09T06:19:24.396Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:24.398Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:24.398Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296364395, "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-10-09T06:19:24.500Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-09T06:19:24.501Z||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-10-09T06:19:24.501Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:24.515Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:24.515Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:25.399Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:25.400Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:25.400Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:19:25.400Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:25.403Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:25.403Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296365399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-09T06:19:25.503Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:25.504Z||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-10-09T06:19:25.504Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:25.516Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:25.516Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:26.404Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:26.405Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:26.405Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-09T06:19:26.405Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:26.407Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:26.407Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296366404, "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-10-09T06:19:26.507Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:26.508Z||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-10-09T06:19:26.508Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:26.523Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:26.523Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:19:27.408Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-09T06:19:27.408Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-09T06:19:27.408Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:19:27.409Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:27.410Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:27.410Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296367408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:19:27.511Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:27.512Z||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-10-09T06:19:27.512Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:27.525Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:27.525Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:19:28.411Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4293cd77-0504-4c87-8efb-717bc71a14fd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:19:28.427Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4293cd77-0504-4c87-8efb-717bc71a14fd 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-10-09T06:19:28.430Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:19:28.430Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-09T06:19:28.430Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-09T06:19:28.430Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-09T06:19:28.430Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:19:28.431Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:19:28.431Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:19:28.431Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:19:28.431Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:19:28.431Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:28.435Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-09T06:19:58.435Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4293cd77-0504-4c87-8efb-717bc71a14fd 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-10-09T06:19:58.443Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4293cd77-0504-4c87-8efb-717bc71a14fd and serviceModelVersionId: ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5 2022-10-09T06:19:58.443Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 61a93407-5452-42f6-b770-c23422f4ffd0 2022-10-09T06:19:58.445Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/61a93407-5452-42f6-b770-c23422f4ffd0/model-vers/model-ver/ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5?depth=0 2022-10-09T06:19:58.450Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-10-09T06:19:58.513Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a93407-5452-42f6-b770-c23422f4ffd0/model-vers/model-ver/ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5?depth=0|INFO|500||Invoke 2022-10-09T06:19:58.513Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a93407-5452-42f6-b770-c23422f4ffd0/model-vers/model-ver/ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a93407-5452-42f6-b770-c23422f4ffd0/model-vers/model-ver/ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4293cd77-0504-4c87-8efb-717bc71a14fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8069bf4b-f619-40cb-b7fc-729e8a7fe5df], X-ECOMP-RequestID=[4293cd77-0504-4c87-8efb-717bc71a14fd], X-TransactionId=[], X-ONAP-RequestID=[4293cd77-0504-4c87-8efb-717bc71a14fd], Content-Type=[application/merge-patch+json]} 2022-10-09T06:19:58.536Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a93407-5452-42f6-b770-c23422f4ffd0/model-vers/model-ver/ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-09T06:19:58.723Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a93407-5452-42f6-b770-c23422f4ffd0/model-vers/model-ver/ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5?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/61a93407-5452-42f6-b770-c23422f4ffd0/model-vers/model-ver/ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221009-06:19:57:006-84461], vertex-id=[487528], Content-Length=[0], Date=[Sun, 09 Oct 2022 06:19:57 GMT], Content-Type=[application/json]} 2022-10-09T06:19:58.724Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a93407-5452-42f6-b770-c23422f4ffd0/model-vers/model-ver/ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-09T06:19:58.724Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61a93407-5452-42f6-b770-c23422f4ffd0/model-vers/model-ver/ebbb4dd1-f9d5-460d-9e60-61f26e8ea4d5?depth=0|INFO|500||InvokeReturn 2022-10-09T06:19:58.725Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-09T06:19:58.726Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:58.730Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||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-10-09T06:19:58.731Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4293cd77-0504-4c87-8efb-717bc71a14fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-09T06:19:58.731Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-09T06:19:58.731Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:58.734Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:58.734Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296398731, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:19:58.834Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:58.835Z||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-10-09T06:19:58.835Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:58.851Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:58.852Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-09T06:19:59.745Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:19:59.746Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f128229e-9637-4d08-9857-c06d7c8e825a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"12cc66f9-c39b-49b0-90e4-77cff05e1ea9","serviceDescription":"service","serviceInvariantUUID":"2a7e153e-6fc0-4f19-9994-43fd144c42bf","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1679bd7-d2f1-41d6-8fbb-f4857d87362d","resourceInvariantUUID":"6cbc9cda-5ffc-4541-b388-4f22032eae59","resourceCustomizationUUID":"de9b47a7-4676-446e-a2ca-366603672d90","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":"MmZiNjM2YzE3OTFiZjYxNjc4MzMxMTkyYzA4M2ZlNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1db31f84-98ff-45e3-9f03-0accec19fc97","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":"MThhYmFjZWUyZTg1ZDE4YmRjMmUwZmVmMDk3NDA4NDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"31e2ab96-c8c7-44a0-9842-ea7339b2dbd6","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":"a0a77574-3726-4fe0-8916-8697cbb5b4aa","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":"c618df93-39a3-421a-a7ce-d4d863b6d8c5","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":"d5b6e20e-d98c-4d10-977c-01eacabb878d","artifactVersion":"2","generatedFromUUID":"a0a77574-3726-4fe0-8916-8697cbb5b4aa"},{"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":"OGU5ZTM5MDNhYzBmNWM5NzVlMGU4OGI0N2QxMzg5MTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"316cea17-b890-42eb-a4b1-cd7a70e04691","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":"MmQ2YWU3OGIzMTYzMGIwMGFmOGU2ZTA3NzZkM2IyMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b31ade15-5554-4cc6-a56c-e0cf5a9a0985","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWFkYzJlNzMxMmI5YWFiM2EwOGMwY2I5MTY3NDA4MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c00d1977-5c4a-432e-9c69-785f622f56d8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-09T06:19:59.746Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:19:59.746Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:19:59.748Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:19:59.748Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:19:59.848Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:19:59.850Z||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-10-09T06:19:59.850Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:19:59.868Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:19:59.869Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:20:00.756Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:20:00.756Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:00.762Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:00.762Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:20:00.859Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-10-09T06:20:00.861Z||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-10-09T06:20:00.861Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:00.902Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:00.903Z||pool-97-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:01.762Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:20:01.763Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:01.764Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:01.764Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-09T06:20:01.865Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:20:01.866Z||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-10-09T06:20:01.866Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:01.878Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:01.879Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:02.765Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:20:02.765Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:02.767Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:02.768Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:20:02.868Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:20:02.868Z||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-10-09T06:20:02.869Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:02.884Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:02.884Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:20:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:20:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:03.768Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:20:03.768Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:03.771Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:03.771Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-09T06:20:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:20:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "aai-ml", "timestamp": 1665296334184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:20:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:20:03.871Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:20:03.872Z||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-10-09T06:20:03.872Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:03.881Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:03.882Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:04.771Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:20:04.772Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:04.774Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:04.774Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:20:04.875Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-09T06:20:04.876Z||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-10-09T06:20:04.876Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:04.887Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:04.887Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:05.774Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:20:05.775Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:05.777Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:05.777Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:20:05.877Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:20:05.878Z||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-10-09T06:20:05.878Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:05.888Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:05.888Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:06.777Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:20:06.778Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:06.781Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:06.781Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:20:06.881Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:20:06.882Z||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-10-09T06:20:06.883Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:06.895Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:06.896Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:20:07.782Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "12cc66f9-c39b-49b0-90e4-77cff05e1ea9", "serviceDescription": "service", "serviceInvariantUUID": "2a7e153e-6fc0-4f19-9994-43fd144c42bf", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "de9b47a7-4676-446e-a2ca-366603672d90", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a1679bd7-d2f1-41d6-8fbb-f4857d87362d", "resourceInvariantUUID": "6cbc9cda-5ffc-4541-b388-4f22032eae59", "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": "MThhYmFjZWUyZTg1ZDE4YmRjMmUwZmVmMDk3NDA4NDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "31e2ab96-c8c7-44a0-9842-ea7339b2dbd6", "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": "a0a77574-3726-4fe0-8916-8697cbb5b4aa", "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": "d5b6e20e-d98c-4d10-977c-01eacabb878d", "generatedFromUUID": "a0a77574-3726-4fe0-8916-8697cbb5b4aa" }, "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": "d5b6e20e-d98c-4d10-977c-01eacabb878d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZWFkYzJlNzMxMmI5YWFiM2EwOGMwY2I5MTY3NDA4MTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c00d1977-5c4a-432e-9c69-785f622f56d8" } ], "workloadContext": "Production" } 2022-10-09T06:20:07.782Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-09T06:20:07.782Z|4293cd77-0504-4c87-8efb-717bc71a14fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12cc66f9-c39b-49b0-90e4-77cff05e1ea9 ASDC 2022-10-09T06:20:07.783Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f128229e-9637-4d08-9857-c06d7c8e825a ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:12cc66f9-c39b-49b0-90e4-77cff05e1ea9 ServiceInvariantUUID:2a7e153e-6fc0-4f19-9994-43fd144c42bf 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:c00d1977-5c4a-432e-9c69-785f622f56d8 ArtifactChecksum:ZWFkYzJlNzMxMmI5YWFiM2EwOGMwY2I5MTY3NDA4MTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:de9b47a7-4676-446e-a2ca-366603672d90 ResourceInvariantUUID:6cbc9cda-5ffc-4541-b388-4f22032eae59 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:a1679bd7-d2f1-41d6-8fbb-f4857d87362d 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:31e2ab96-c8c7-44a0-9842-ea7339b2dbd6 ArtifactChecksum:MThhYmFjZWUyZTg1ZDE4YmRjMmUwZmVmMDk3NDA4NDU= 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:a0a77574-3726-4fe0-8916-8697cbb5b4aa 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:d5b6e20e-d98c-4d10-977c-01eacabb878d 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:d5b6e20e-d98c-4d10-977c-01eacabb878d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-09T06:20:07.783Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12cc66f9-c39b-49b0-90e4-77cff05e1ea9 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-10-09T06:20:07.818Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:20:07.819Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-09T06:20:07.819Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-09T06:20:07.819Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c00d1977-5c4a-432e-9c69-785f622f56d8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-09T06:20:07.819Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-09T06:20:07.819Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-09T06:20:07.913Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-09T06:20:07.918Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c00d1977-5c4a-432e-9c69-785f622f56d8 82634 2022-10-09T06:20:07.918Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-09T06:20:07.919Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-09T06:20:07.919Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:20:07.919Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:07.922Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:07.922Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296407918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:20:08.022Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:20:08.023Z||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-10-09T06:20:08.023Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:08.034Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:08.035Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:08.923Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:20:08.924Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-09T06:20:08.924Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c00d1977-5c4a-432e-9c69-785f622f56d8, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-09T06:20:08.925Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-10-09T06:20:08.925Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-09T06:20:08.926Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-09T06:20:09.073Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9357345934624924072/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-09T06:20:10.171Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-09T06:20:10.171Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-09T06:20:10.171Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-09T06:20:10.172Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-09T06:20:10.172Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:10.172Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:10.172Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-09T06:20:10.172Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:10.172Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:10.172Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:10.172Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-09T06:20:10.172Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-09T06:20:10.172Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.173Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:10.173Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-09T06:20:10.173Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-09T06:20:10.173Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:20:10.173Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.173Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:10.174Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-09T06:20:10.174Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-09T06:20:10.174Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:20:10.174Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.174Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:10.174Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.175Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-09T06:20:10.175Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-09T06:20:10.175Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-09T06:20:10.175Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-09T06:20:10.175Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-09T06:20:10.175Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-09T06:20:10.175Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.175Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-09T06:20:10.176Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.176Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-09T06:20:10.176Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:20:10.176Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.176Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-09T06:20:10.176Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:20:10.177Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.177Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-09T06:20:10.177Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:20:10.177Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.177Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-09T06:20:10.177Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-09T06:20:10.177Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-09T06:20:10.178Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7f72cb33-49a3-46dc-802c-0b4b69f5ab7d 2022-10-09T06:20:10.178Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.178Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:10.178Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.178Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:10.178Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.179Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:10.179Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:10.179Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:10.179Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:12cc66f9-c39b-49b0-90e4-77cff05e1ea9 Model Version:NULL Model InvariantUuid:2a7e153e-6fc0-4f19-9994-43fd144c42bf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:48cc7937-29de-4f97-931b-51344cb3ee6e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6cbc9cda-5ffc-4541-b388-4f22032eae59 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:de9b47a7-4676-446e-a2ca-366603672d90 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9090f716-629c-4b84-b3f8-5b4665e84de2 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:2c84493a-c3d3-4dc4-85fc-334462d72f83 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7f72cb33-49a3-46dc-802c-0b4b69f5ab7d ModelInvariantUuid:c6a2838f-58a0-4c3d-acb1-455e4ee2d198 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:e5318748-689e-4249-abbb-6cf53332224a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d2ef7b19-f3eb-4b20-8cca-651add46fa45 ModelInvariantUuid:016abaf4-ba2c-49ab-8c95-84d52a9c5d4b ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:e2c2d54c-4bb8-446f-b158-9ffca784206e 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-10-09T06:20:10.184Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: a1679bd7-d2f1-41d6-8fbb-f4857d87362d 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-10-09T06:20:10.185Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||basic_vm_macro 0 2022-10-09T06:20:10.186Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1679bd7-d2f1-41d6-8fbb-f4857d87362d 2022-10-09T06:20:10.186Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 31e2ab96-c8c7-44a0-9842-ea7339b2dbd6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-09T06:20:10.186Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-09T06:20:10.186Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:10.236Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-09T06:20:10.236Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 31e2ab96-c8c7-44a0-9842-ea7339b2dbd6 792 2022-10-09T06:20:10.237Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:10.237Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:10.237Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:20:10.237Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:10.240Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:10.240Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296410237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T06:20:10.340Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:20:10.341Z||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-10-09T06:20:10.341Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:10.354Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:10.355Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:11.241Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9090f716-629c-4b84-b3f8-5b4665e84de2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2c84493a-c3d3-4dc4-85fc-334462d72f83", "vfModuleModelCustomizationUUID": "8b836e10-862c-4bb3-844e-2f45cdf859da", "isBase": true, "artifacts": [ "a0a77574-3726-4fe0-8916-8697cbb5b4aa", "d5b6e20e-d98c-4d10-977c-01eacabb878d" ], "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-10-09T06:20:11.245Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2c84493a-c3d3-4dc4-85fc-334462d72f83 VfModuleModelInvariantUUID:9090f716-629c-4b84-b3f8-5b4665e84de2 VfModuleModelDescription:NULL Artifacts UUID List:{ a0a77574-3726-4fe0-8916-8697cbb5b4aa , d5b6e20e-d98c-4d10-977c-01eacabb878d } 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-10-09T06:20:11.248Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9090f716-629c-4b84-b3f8-5b4665e84de2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2c84493a-c3d3-4dc4-85fc-334462d72f83", "vfModuleModelCustomizationUUID": "8b836e10-862c-4bb3-844e-2f45cdf859da", "isBase": true, "artifacts": [ "a0a77574-3726-4fe0-8916-8697cbb5b4aa", "d5b6e20e-d98c-4d10-977c-01eacabb878d" ], "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-10-09T06:20:11.248Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2c84493a-c3d3-4dc4-85fc-334462d72f83 VfModuleModelInvariantUUID:9090f716-629c-4b84-b3f8-5b4665e84de2 VfModuleModelDescription:NULL Artifacts UUID List:{ a0a77574-3726-4fe0-8916-8697cbb5b4aa , d5b6e20e-d98c-4d10-977c-01eacabb878d } 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-10-09T06:20:11.249Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a0a77574-3726-4fe0-8916-8697cbb5b4aa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-09T06:20:11.249Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-09T06:20:11.249Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:11.296Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-09T06:20:11.297Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a0a77574-3726-4fe0-8916-8697cbb5b4aa 5033 2022-10-09T06:20:11.297Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:11.297Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:11.297Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:20:11.298Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:11.300Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:11.300Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296411297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:20:11.400Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:20:11.401Z||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-10-09T06:20:11.401Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:11.413Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:11.414Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:20:12.301Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d5b6e20e-d98c-4d10-977c-01eacabb878d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-09T06:20:12.301Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-09T06:20:12.301Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:12.355Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-09T06:20:12.355Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d5b6e20e-d98c-4d10-977c-01eacabb878d 903 2022-10-09T06:20:12.356Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:12.356Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:12.356Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:20:12.356Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:12.358Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:12.358Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296412356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:20:12.459Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:20:12.460Z||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-10-09T06:20:12.460Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:12.473Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:12.473Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:13.359Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 12cc66f9-c39b-49b0-90e4-77cff05e1ea9 2022-10-09T06:20:13.359Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a1679bd7-d2f1-41d6-8fbb-f4857d87362d 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-10-09T06:20:13.369Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b62daf0, org.onap.sdc.toscaparser.api.parameters.Input@4b657370, org.onap.sdc.toscaparser.api.parameters.Input@29a2986b, org.onap.sdc.toscaparser.api.parameters.Input@147bd0fe, org.onap.sdc.toscaparser.api.parameters.Input@49932ddb] 2022-10-09T06:20:13.370Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.370Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:13.371Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-10-09T06:20:13.371Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= de9b47a7-4676-446e-a2ca-366603672d90 2022-10-09T06:20:13.371Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: de9b47a7-4676-446e-a2ca-366603672d90 matches Tosca VF Customization UUID: de9b47a7-4676-446e-a2ca-366603672d90 2022-10-09T06:20:13.371Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: de9b47a7-4676-446e-a2ca-366603672d90 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-10-09T06:20:13.372Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.372Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:13.373Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id de9b47a7-4676-446e-a2ca-366603672d90: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-10-09T06:20:13.373Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e6753a4 2022-10-09T06:20:13.373Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.373Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-09T06:20:13.373Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8b836e10-862c-4bb3-844e-2f45cdf859da 2022-10-09T06:20:13.373Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8b836e10-862c-4bb3-844e-2f45cdf859da 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-10-09T06:20:13.375Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.375Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-09T06:20:13.375Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:20:13.375Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.376Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-09T06:20:13.376Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:20:13.376Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.376Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-09T06:20:13.376Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-09T06:20:13.376Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-09T06:20:13.377Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7f72cb33-49a3-46dc-802c-0b4b69f5ab7d 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-10-09T06:20:13.378Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.379Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-09T06:20:13.379Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-09T06:20:13.379Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.379Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-09T06:20:13.380Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=de9b47a7-4676-446e-a2ca-366603672d90 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-10-09T06:20:13.381Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.381Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:13.381Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 12cc66f9-c39b-49b0-90e4-77cff05e1ea9: basic_vm_macro 2022-10-09T06:20:13.381Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.382Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:13.382Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.382Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:13.382Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.383Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:13.383Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.383Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:13.383Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:20:13.383Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:20:13.383Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:13.437Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a1679bd7-d2f1-41d6-8fbb-f4857d87362d 1 ASDC deployResourceStructure 2022-10-09T06:20:13.438Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:13.438Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:13.439Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:20:13.439Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:13.441Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:13.441Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296413438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T06:20:13.541Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:20:13.542Z||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-10-09T06:20:13.543Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:13.555Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:13.555Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:14.442Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:14.443Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:14.443Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:20:14.443Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:14.445Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:14.445Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296414442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-09T06:20:14.545Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:20:14.546Z||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-10-09T06:20:14.546Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:14.556Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:14.557Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:15.446Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:15.446Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:20:15.446Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:20:15.447Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:15.449Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:15.449Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296415446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-09T06:20:15.549Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:20:15.550Z||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-10-09T06:20:15.550Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:15.560Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:15.561Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:16.450Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-09T06:20:16.450Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-09T06:20:16.450Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:20:16.450Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:20:16.453Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:20:16.453Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296416450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:20:16.553Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:20:16.554Z||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-10-09T06:20:16.554Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:20:16.569Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:20:16.569Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:20:17.453Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f128229e-9637-4d08-9857-c06d7c8e825a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:20:17.464Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f128229e-9637-4d08-9857-c06d7c8e825a 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-10-09T06:20:17.467Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:20:17.467Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-09T06:20:17.467Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-09T06:20:47.467Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f128229e-9637-4d08-9857-c06d7c8e825a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:20:47.477Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f128229e-9637-4d08-9857-c06d7c8e825a 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-10-09T06:20:47.480Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:20:47.480Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-09T06:20:47.480Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-09T06:21:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:21:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:21:03.767Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:21:03.789Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:21:03.790Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.790Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296335996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.791Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.791Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.791Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.791Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "aai-ml", "timestamp": 1665296342906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:21:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296335996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:21:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:21:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.792Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-09T06:21:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296344738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:21:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-09T06:21:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.793Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.794Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296346920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:21:03.794Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.794Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.794Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-09T06:21:03.794Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.794Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.794Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296349615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:21:03.794Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.794Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.794Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296347924, "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-10-09T06:21:03.802Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f128229e-9637-4d08-9857-c06d7c8e825a 2022-10-09T06:21:03.802Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f128229e-9637-4d08-9857-c06d7c8e825a 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-10-09T06:21:03.810Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.810Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-09T06:21:03.810Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.810Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.811Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.811Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.811Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.811Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.811Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.811Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.811Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:21:03.812Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.812Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.812Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296353620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:21:03.812Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.812Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.812Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "aai-ml", "timestamp": 1665296352014, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:21:03.812Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.813Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.813Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296354551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:21:03.813Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.813Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.813Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "clamp", "timestamp": 1665296354625, "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-10-09T06:21:03.818Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4293cd77-0504-4c87-8efb-717bc71a14fd 2022-10-09T06:21:03.818Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4293cd77-0504-4c87-8efb-717bc71a14fd 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-10-09T06:21:03.826Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.827Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "aai-ml", "timestamp": 1665296353018, "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-10-09T06:21:03.832Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f128229e-9637-4d08-9857-c06d7c8e825a 2022-10-09T06:21:03.832Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f128229e-9637-4d08-9857-c06d7c8e825a 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-10-09T06:21:03.840Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.840Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.840Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.841Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.841Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:21:03.841Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.841Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.841Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296357086, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T06:21:03.841Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.842Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.842Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.842Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.842Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.842Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296358147, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:21:03.842Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.842Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.843Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.843Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.843Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.843Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296359200, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:21:03.843Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.843Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.843Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.843Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.844Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.844Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296360260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:21:03.844Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.844Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.844Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.844Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.844Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.844Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296361317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-09T06:21:03.844Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.844Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.845Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.845Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.845Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.845Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296362379, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T06:21:03.845Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.845Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.845Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "clamp", "timestamp": 1665296332036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:21:03.845Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.845Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.845Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296363392, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-09T06:21:03.845Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.845Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.846Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296364395, "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-10-09T06:21:03.846Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.846Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.846Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296365399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-09T06:21:03.846Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.846Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.846Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296366404, "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-10-09T06:21:03.846Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.846Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.846Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296367408, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:21:03.846Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.847Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.847Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "clamp", "timestamp": 1665296370626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:21:03.847Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.847Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.847Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "clamp", "timestamp": 1665296373624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:21:03.847Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.847Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.847Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "clamp", "timestamp": 1665296374627, "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-10-09T06:21:03.851Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f128229e-9637-4d08-9857-c06d7c8e825a 2022-10-09T06:21:03.852Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f128229e-9637-4d08-9857-c06d7c8e825a 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-10-09T06:21:03.862Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.862Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4293cd77-0504-4c87-8efb-717bc71a14fd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296398731, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:21:03.862Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:21:03.863Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.863Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.863Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.863Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.863Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-09T06:21:03.863Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.863Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.863Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-09T06:21:03.863Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:03.863Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-09T06:21:03.863Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:03.863Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-10-09T06:21:17.481Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f128229e-9637-4d08-9857-c06d7c8e825a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:21:17.491Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f128229e-9637-4d08-9857-c06d7c8e825a 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-10-09T06:21:17.494Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:21:17.494Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-09T06:21:17.494Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-09T06:21:17.495Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-09T06:21:17.495Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:21:17.495Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:21:17.496Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:21:17.496Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:21:17.496Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:21:17.497Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:21:17.497Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:21:17.502Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-09T06:21:47.502Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f128229e-9637-4d08-9857-c06d7c8e825a 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-10-09T06:21:47.508Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f128229e-9637-4d08-9857-c06d7c8e825a and serviceModelVersionId: 12cc66f9-c39b-49b0-90e4-77cff05e1ea9 2022-10-09T06:21:47.508Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a7e153e-6fc0-4f19-9994-43fd144c42bf 2022-10-09T06:21:47.509Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a7e153e-6fc0-4f19-9994-43fd144c42bf/model-vers/model-ver/12cc66f9-c39b-49b0-90e4-77cff05e1ea9?depth=0 2022-10-09T06:21:47.516Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-10-09T06:21:47.574Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a7e153e-6fc0-4f19-9994-43fd144c42bf/model-vers/model-ver/12cc66f9-c39b-49b0-90e4-77cff05e1ea9?depth=0|INFO|500||Invoke 2022-10-09T06:21:47.574Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a7e153e-6fc0-4f19-9994-43fd144c42bf/model-vers/model-ver/12cc66f9-c39b-49b0-90e4-77cff05e1ea9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a7e153e-6fc0-4f19-9994-43fd144c42bf/model-vers/model-ver/12cc66f9-c39b-49b0-90e4-77cff05e1ea9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f128229e-9637-4d08-9857-c06d7c8e825a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f9e4e5a-79db-4d9b-a607-aa007e80ad00], X-ECOMP-RequestID=[f128229e-9637-4d08-9857-c06d7c8e825a], X-TransactionId=[], X-ONAP-RequestID=[f128229e-9637-4d08-9857-c06d7c8e825a], Content-Type=[application/merge-patch+json]} 2022-10-09T06:21:47.593Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a7e153e-6fc0-4f19-9994-43fd144c42bf/model-vers/model-ver/12cc66f9-c39b-49b0-90e4-77cff05e1ea9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-09T06:21:47.743Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a7e153e-6fc0-4f19-9994-43fd144c42bf/model-vers/model-ver/12cc66f9-c39b-49b0-90e4-77cff05e1ea9?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/2a7e153e-6fc0-4f19-9994-43fd144c42bf/model-vers/model-ver/12cc66f9-c39b-49b0-90e4-77cff05e1ea9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221009-06:21:46:054-72102], vertex-id=[495720], Content-Length=[0], Date=[Sun, 09 Oct 2022 06:21:46 GMT], Content-Type=[application/json]} 2022-10-09T06:21:47.744Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a7e153e-6fc0-4f19-9994-43fd144c42bf/model-vers/model-ver/12cc66f9-c39b-49b0-90e4-77cff05e1ea9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-09T06:21:47.744Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a7e153e-6fc0-4f19-9994-43fd144c42bf/model-vers/model-ver/12cc66f9-c39b-49b0-90e4-77cff05e1ea9?depth=0|INFO|500||InvokeReturn 2022-10-09T06:21:47.745Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-09T06:21:47.746Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:21:47.749Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||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-10-09T06:21:47.749Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f128229e-9637-4d08-9857-c06d7c8e825a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-09T06:21:47.750Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-09T06:21:47.751Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:21:47.755Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:21:47.755Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296507750, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:21:47.854Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:21:47.855Z||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-10-09T06:21:47.855Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:21:47.867Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:21:47.867Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-09T06:21:48.768Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:21:48.769Z|f128229e-9637-4d08-9857-c06d7c8e825a|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-10-09T06:21:48.769Z|f128229e-9637-4d08-9857-c06d7c8e825a|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:21:53.167Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:21:53.168Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-09T06:21:53.168Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdab393d-d476-44e8-8e97-44c1625c7a06","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"87e93f93-d7fb-425e-adf6-3f428184c869","serviceDescription":"service","serviceInvariantUUID":"67ae7464-8874-4638-8f8a-048446df4fc2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fe224580-9acc-489b-90fd-352fc4ad85a3","resourceInvariantUUID":"8fe640e1-a516-4d4b-bb5e-70cfe4ba84d4","resourceCustomizationUUID":"89e53a54-575a-42cc-8f8f-289a15f42afc","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":"OWQ2OTEzZjM1MmQ4NmY1Y2UwODQ1ZWJkNzBiMzhmZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da3a0747-4510-41ff-981b-e04d1be60eae","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":"db8eb88c-a271-404b-b3c3-deae7bf29df8","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":"346fea70-a5e0-4937-9f18-99239e685e5f","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":"MTQxY2QyZTdlNWUxM2U3MjFhMmMxMDcwODAyZTYxNTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"09517676-4f3d-40ab-9cd2-a6848114ade9","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":"c096595a-29b4-4924-a7ad-c9e966868b0c","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":"280b297e-d9fb-4abd-a39d-61de8589c39a","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":"9bc5bff6-0238-4970-83a7-1e35720b7d36","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":"YWY5MTdmNTIzNTg4Y2YyNDhmZjYyYzU4MDY4YzE4NTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e10885f2-5c00-4216-9fd3-7d414403792c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmE2MDkzYTA4MjVkMjg2YmIyYWY4Yzk1NGY1MDMyNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a8f6c5d-6dcd-4afe-894c-bd6a1990cee8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-09T06:21:53.170Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:21:53.170Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:21:53.175Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:21:53.176Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:53.272Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-10-09T06:21:53.273Z||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-10-09T06:21:53.273Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:21:53.283Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:21:53.283Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:21:54.176Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:21:54.177Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:21:54.178Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:21:54.179Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:54.279Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:21:54.280Z||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-10-09T06:21:54.280Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:21:54.302Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:21:54.302Z||pool-114-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:21:55.181Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:21:55.182Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:21:55.184Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:21:55.184Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:55.284Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:21:55.285Z||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-10-09T06:21:55.285Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:21:55.297Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:21:55.297Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:21:56.184Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:21:56.185Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:21:56.187Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:21:56.188Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:56.287Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:21:56.288Z||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-10-09T06:21:56.289Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:21:56.299Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:21:56.300Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:21:57.188Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:21:57.189Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:21:57.191Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:21:57.191Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:57.291Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:21:57.292Z||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-10-09T06:21:57.292Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:21:57.324Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:21:57.324Z||pool-117-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:21:58.191Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:21:58.193Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:21:58.195Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:21:58.195Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:58.295Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:21:58.296Z||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-10-09T06:21:58.296Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:21:58.306Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:21:58.307Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:21:59.196Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:21:59.197Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:21:59.199Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:21:59.199Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:21:59.299Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:21:59.300Z||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-10-09T06:21:59.300Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:21:59.311Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:21:59.311Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-09T06:22:00.201Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:22:00.201Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:22:00.203Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:22:00.203Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:22:00.304Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-09T06:22:00.305Z||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-10-09T06:22:00.305Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:22:00.318Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:22:00.319Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:22:01.204Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-09T06:22:01.205Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:22:01.207Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:22:01.207Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:22:01.306Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-09T06:22:01.307Z||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-10-09T06:22:01.308Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:22:01.319Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:22:01.320Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:22:02.207Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "87e93f93-d7fb-425e-adf6-3f428184c869", "serviceDescription": "service", "serviceInvariantUUID": "67ae7464-8874-4638-8f8a-048446df4fc2", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "89e53a54-575a-42cc-8f8f-289a15f42afc", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "fe224580-9acc-489b-90fd-352fc4ad85a3", "resourceInvariantUUID": "8fe640e1-a516-4d4b-bb5e-70cfe4ba84d4", "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": "ZmE2MDkzYTA4MjVkMjg2YmIyYWY4Yzk1NGY1MDMyNzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0a8f6c5d-6dcd-4afe-894c-bd6a1990cee8" } ], "workloadContext": "Production" } 2022-10-09T06:22:02.208Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-09T06:22:02.208Z|f128229e-9637-4d08-9857-c06d7c8e825a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87e93f93-d7fb-425e-adf6-3f428184c869 ASDC 2022-10-09T06:22:02.208Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:bdab393d-d476-44e8-8e97-44c1625c7a06 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:87e93f93-d7fb-425e-adf6-3f428184c869 ServiceInvariantUUID:67ae7464-8874-4638-8f8a-048446df4fc2 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:0a8f6c5d-6dcd-4afe-894c-bd6a1990cee8 ArtifactChecksum:ZmE2MDkzYTA4MjVkMjg2YmIyYWY4Yzk1NGY1MDMyNzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:89e53a54-575a-42cc-8f8f-289a15f42afc ResourceInvariantUUID:8fe640e1-a516-4d4b-bb5e-70cfe4ba84d4 ResourceName:test-pnf ResourceType:PNF ResourceUUID:fe224580-9acc-489b-90fd-352fc4ad85a3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-09T06:22:02.208Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87e93f93-d7fb-425e-adf6-3f428184c869 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-10-09T06:22:02.236Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:22:02.237Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-09T06:22:02.237Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-09T06:22:02.237Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0a8f6c5d-6dcd-4afe-894c-bd6a1990cee8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-09T06:22:02.237Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-10-09T06:22:02.237Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-09T06:22:02.304Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-10-09T06:22:02.309Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0a8f6c5d-6dcd-4afe-894c-bd6a1990cee8 110860 2022-10-09T06:22:02.310Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-09T06:22:02.310Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-09T06:22:02.310Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-09T06:22:02.310Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:22:02.312Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:22:02.312Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296522310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:22:02.412Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-09T06:22:02.413Z||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-10-09T06:22:02.413Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:22:02.427Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:22:02.427Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:22:03.312Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-09T06:22:03.313Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-10-09T06:22:03.313Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0a8f6c5d-6dcd-4afe-894c-bd6a1990cee8, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-09T06:22:03.314Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-10-09T06:22:03.314Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-09T06:22:03.314Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-09T06:22:03.464Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8642795381096477827/Definitions/service-TestPnfMacro-template.yml 2022-10-09T06:22:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:22:03.767Z||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-10-09T06:22:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:22:03.795Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:22:03.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:22:03.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-09T06:22:03.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:22:04.174Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-09T06:22:04.174Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-09T06:22:04.174Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-09T06:22:04.174Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-09T06:22:04.174Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||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-10-09T06:22:04.174Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||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-10-09T06:22:04.174Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||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-10-09T06:22:04.174Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||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-10-09T06:22:04.175Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||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-10-09T06:22:04.175Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||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-10-09T06:22:04.175Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||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-10-09T06:22:04.175Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-10-09T06:22:04.175Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:22:04.175Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:22:04.175Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-09T06:22:04.175Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-09T06:22:04.175Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:22:04.176Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:22:04.176Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:22:04.176Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-09T06:22:04.176Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-10-09T06:22:04.176Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-09T06:22:04.176Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:22:04.176Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:22:04.176Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:22:04.177Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:22:04.177Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:22:04.177Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:22:04.177Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:22:04.177Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:22:04.177Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:22:04.177Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:22:04.177Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:87e93f93-d7fb-425e-adf6-3f428184c869 Model Version:NULL Model InvariantUuid:67ae7464-8874-4638-8f8a-048446df4fc2 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-10-09T06:22:04.182Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: fe224580-9acc-489b-90fd-352fc4ad85a3 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-10-09T06:22:04.184Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||test-pnf 0 2022-10-09T06:22:04.184Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fe224580-9acc-489b-90fd-352fc4ad85a3 2022-10-09T06:22:04.184Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 87e93f93-d7fb-425e-adf6-3f428184c869 2022-10-09T06:22:04.184Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 87e93f93-d7fb-425e-adf6-3f428184c869 2022-10-09T06:22:04.184Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fe224580-9acc-489b-90fd-352fc4ad85a3 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-10-09T06:22:04.187Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f80c308, org.onap.sdc.toscaparser.api.parameters.Input@6ce90ea, org.onap.sdc.toscaparser.api.parameters.Input@42285339, org.onap.sdc.toscaparser.api.parameters.Input@306ff869, org.onap.sdc.toscaparser.api.parameters.Input@29eee5ef] 2022-10-09T06:22:04.187Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:22:04.187Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:22:04.188Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 87e93f93-d7fb-425e-adf6-3f428184c869: test-pnf 2022-10-09T06:22:04.188Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||Processing PNF resource: fe224580-9acc-489b-90fd-352fc4ad85a3 2022-10-09T06:22:04.188Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-09T06:22:04.188Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-09T06:22:04.188Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||Resource customization UUID: 89e53a54-575a-42cc-8f8f-289a15f42afc is the same as notified resource customizationUUID: 89e53a54-575a-42cc-8f8f-289a15f42afc 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-10-09T06:22:04.215Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fe224580-9acc-489b-90fd-352fc4ad85a3 0 ASDC deployResourceStructure 2022-10-09T06:22:04.215Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-09T06:22:04.215Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-09T06:22:04.216Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-09T06:22:04.216Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:22:04.218Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:22:04.218Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296524215, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:22:04.323Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-10-09T06:22:04.324Z||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-10-09T06:22:04.324Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:22:04.343Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:22:04.343Z||pool-123-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-09T06:22:05.220Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdab393d-d476-44e8-8e97-44c1625c7a06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:22:05.229Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdab393d-d476-44e8-8e97-44c1625c7a06 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-10-09T06:22:05.231Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:22:05.231Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-09T06:22:05.231Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-09T06:22:35.231Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdab393d-d476-44e8-8e97-44c1625c7a06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:22:35.240Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdab393d-d476-44e8-8e97-44c1625c7a06 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-10-09T06:22:35.242Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:22:35.242Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-09T06:22:35.242Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-09T06:23:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:23:03.767Z||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-10-09T06:23:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:23:03.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:23:03.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296343760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:23:03.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296407918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:23:03.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296410237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-09T06:23:03.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296411297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:23:03.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296412356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-09T06:23:03.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296413438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-09T06:23:03.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296414442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-09T06:23:03.825Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296415446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-09T06:23:03.825Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296416450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:23:03.825Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "clamp", "timestamp": 1665296422036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "aai-ml", "timestamp": 1665296422101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "multicloud-k8s-id", "timestamp": 1665296424280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "clamp", "timestamp": 1665296422036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "aai-ml", "timestamp": 1665296422101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "multicloud-k8s-id", "timestamp": 1665296424280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296425996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "clamp", "timestamp": 1665296422036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "aai-ml", "timestamp": 1665296422101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "multicloud-k8s-id", "timestamp": 1665296424280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296425996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "cds", "timestamp": 1665296427596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "clamp", "timestamp": 1665296422036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "aai-ml", "timestamp": 1665296422101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "multicloud-k8s-id", "timestamp": 1665296424280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296425996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "cds", "timestamp": 1665296427596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "clamp", "timestamp": 1665296422036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "aai-ml", "timestamp": 1665296422101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "multicloud-k8s-id", "timestamp": 1665296424280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296425996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "cds", "timestamp": 1665296427596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "aai-ml", "timestamp": 1665296422101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "clamp", "timestamp": 1665296422036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "multicloud-k8s-id", "timestamp": 1665296424280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296425996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "cds", "timestamp": 1665296427596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "clamp", "timestamp": 1665296422036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "aai-ml", "timestamp": 1665296422101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "multicloud-k8s-id", "timestamp": 1665296424280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296425996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "cds", "timestamp": 1665296427596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "aai-ml", "timestamp": 1665296422101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "clamp", "timestamp": 1665296422036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "multicloud-k8s-id", "timestamp": 1665296424280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "ves-openapi-manager", "timestamp": 1665296432107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296425996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "cds", "timestamp": 1665296427596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "aai-ml", "timestamp": 1665296422101, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:23:03.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "clamp", "timestamp": 1665296422036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:23:03.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "multicloud-k8s-id", "timestamp": 1665296424280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:23:03.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "ves-openapi-manager", "timestamp": 1665296432107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296425996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "cds", "timestamp": 1665296427596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "aai-ml", "timestamp": 1665296434367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:23:03.847Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "ves-openapi-manager", "timestamp": 1665296432107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296425996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:23:03.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "cds", "timestamp": 1665296427596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "ves-openapi-manager", "timestamp": 1665296432107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296435787, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:23:03.849Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "cds", "timestamp": 1665296427596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:23:03.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "ves-openapi-manager", "timestamp": 1665296432107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "cds", "timestamp": 1665296437354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:23:03.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "ves-openapi-manager", "timestamp": 1665296432107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296437655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:23:03.851Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "cds", "timestamp": 1665296438623, "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-10-09T06:23:03.860Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdab393d-d476-44e8-8e97-44c1625c7a06 2022-10-09T06:23:03.860Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdab393d-d476-44e8-8e97-44c1625c7a06 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-10-09T06:23:03.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "ves-openapi-manager", "timestamp": 1665296432107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-09T06:23:03.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665296438659, "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-10-09T06:23:03.873Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdab393d-d476-44e8-8e97-44c1625c7a06 2022-10-09T06:23:03.873Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdab393d-d476-44e8-8e97-44c1625c7a06 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-10-09T06:23:03.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "clamp", "timestamp": 1665296440634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:23:03.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "ves-openapi-manager", "timestamp": 1665296432107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "ves-openapi-manager", "timestamp": 1665296432107, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:23:03.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-09T06:23:03.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "aai-ml", "timestamp": 1665296440652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:23:03.881Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "clamp", "timestamp": 1665296442650, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:23:03.881Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "ves-openapi-manager", "timestamp": 1665296441857, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-09T06:23:03.882Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "aai-ml", "timestamp": 1665296441656, "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-10-09T06:23:03.886Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdab393d-d476-44e8-8e97-44c1625c7a06 2022-10-09T06:23:03.886Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdab393d-d476-44e8-8e97-44c1625c7a06 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-10-09T06:23:03.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "clamp", "timestamp": 1665296443653, "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-10-09T06:23:03.898Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdab393d-d476-44e8-8e97-44c1625c7a06 2022-10-09T06:23:03.898Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdab393d-d476-44e8-8e97-44c1625c7a06 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-10-09T06:23:03.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "ves-openapi-manager", "timestamp": 1665296442901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-09T06:23:03.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:23:03.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-09T06:23:03.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "ves-openapi-manager", "timestamp": 1665296443905, "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-10-09T06:23:03.910Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of bdab393d-d476-44e8-8e97-44c1625c7a06 2022-10-09T06:23:03.910Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdab393d-d476-44e8-8e97-44c1625c7a06 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-10-09T06:23:05.242Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdab393d-d476-44e8-8e97-44c1625c7a06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-09T06:23:05.253Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdab393d-d476-44e8-8e97-44c1625c7a06 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-10-09T06:23:05.255Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-09T06:23:05.255Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-09T06:23:05.255Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-09T06:23:05.256Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-09T06:23:05.256Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:23:05.256Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:23:05.256Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:23:05.256Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:23:05.256Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:23:05.256Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-09T06:23:05.256Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||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-10-09T06:23:05.260Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-09T06:23:35.260Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdab393d-d476-44e8-8e97-44c1625c7a06 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-10-09T06:23:35.274Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdab393d-d476-44e8-8e97-44c1625c7a06 and serviceModelVersionId: 87e93f93-d7fb-425e-adf6-3f428184c869 2022-10-09T06:23:35.274Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67ae7464-8874-4638-8f8a-048446df4fc2 2022-10-09T06:23:35.276Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67ae7464-8874-4638-8f8a-048446df4fc2/model-vers/model-ver/87e93f93-d7fb-425e-adf6-3f428184c869?depth=0 2022-10-09T06:23:35.283Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-10-09T06:23:35.331Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ae7464-8874-4638-8f8a-048446df4fc2/model-vers/model-ver/87e93f93-d7fb-425e-adf6-3f428184c869?depth=0|INFO|500||Invoke 2022-10-09T06:23:35.332Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ae7464-8874-4638-8f8a-048446df4fc2/model-vers/model-ver/87e93f93-d7fb-425e-adf6-3f428184c869?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ae7464-8874-4638-8f8a-048446df4fc2/model-vers/model-ver/87e93f93-d7fb-425e-adf6-3f428184c869?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bdab393d-d476-44e8-8e97-44c1625c7a06], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[35d1817c-e1e4-4c35-bcc0-4d3bbc3858d9], X-ECOMP-RequestID=[bdab393d-d476-44e8-8e97-44c1625c7a06], X-TransactionId=[], X-ONAP-RequestID=[bdab393d-d476-44e8-8e97-44c1625c7a06], Content-Type=[application/merge-patch+json]} 2022-10-09T06:23:35.356Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ae7464-8874-4638-8f8a-048446df4fc2/model-vers/model-ver/87e93f93-d7fb-425e-adf6-3f428184c869?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-09T06:23:35.458Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ae7464-8874-4638-8f8a-048446df4fc2/model-vers/model-ver/87e93f93-d7fb-425e-adf6-3f428184c869?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/67ae7464-8874-4638-8f8a-048446df4fc2/model-vers/model-ver/87e93f93-d7fb-425e-adf6-3f428184c869?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221009-06:23:33:813-24715], vertex-id=[438304], Content-Length=[0], Date=[Sun, 09 Oct 2022 06:23:33 GMT], Content-Type=[application/json]} 2022-10-09T06:23:35.459Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ae7464-8874-4638-8f8a-048446df4fc2/model-vers/model-ver/87e93f93-d7fb-425e-adf6-3f428184c869?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-09T06:23:35.460Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ae7464-8874-4638-8f8a-048446df4fc2/model-vers/model-ver/87e93f93-d7fb-425e-adf6-3f428184c869?depth=0|INFO|500||InvokeReturn 2022-10-09T06:23:35.460Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-09T06:23:35.460Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||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-10-09T06:23:35.466Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||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-10-09T06:23:35.467Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdab393d-d476-44e8-8e97-44c1625c7a06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-09T06:23:35.467Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-09T06:23:35.468Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-10-09T06:23:35.471Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-09T06:23:35.471Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296615467, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:23:35.572Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-09T06:23:35.573Z||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-10-09T06:23:35.573Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:23:35.625Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:23:35.626Z||pool-124-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-09T06:23:36.483Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:23:36.484Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:23:36.484Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:23:46.021Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:23:46.022Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:23:46.023Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:23:46.023Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:23:55.569Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:23:55.570Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:23:55.571Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:23:55.571Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:24:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:24:03.767Z||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-10-09T06:24:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:24:03.790Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:24:03.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-09T06:24:03.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f128229e-9637-4d08-9857-c06d7c8e825a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296507750, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:24:03.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:24:03.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-09T06:24:03.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:24:03.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-09T06:24:03.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-09T06:24:03.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-09T06:24:03.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-09T06:24:03.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-09T06:24:03.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-09T06:24:03.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-09T06:24:03.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-09T06:24:03.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-09T06:24:03.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-09T06:24:03.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-09T06:24:03.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-09T06:24:03.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-09T06:24:03.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-09T06:24:03.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:24:03.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-09T06:24:03.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-09T06:24:03.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-09T06:24:03.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-09T06:24:03.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-09T06:24:03.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-09T06:24:03.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-09T06:24:03.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-09T06:24:03.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296508768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-09T06:24:03.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-09T06:24:03.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-09T06:24:03.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296522310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-09T06:24:03.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:24:05.123Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:24:05.124Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:24:05.124Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:24:05.124Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:24:14.688Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:25:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:25:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:25:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:25:03.766Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:25:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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-10-09T06:25:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:25:03.784Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:25:03.785Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-09T06:25:03.785Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296524215, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-09T06:25:03.786Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:25:13.334Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:26:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:26:03.762Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:26:03.762Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:26:03.766Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:26:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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-10-09T06:26:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:26:04.286Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:26:04.286Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-09T06:26:04.286Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdab393d-d476-44e8-8e97-44c1625c7a06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665296615467, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-09T06:26:04.287Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-09T06:26:13.312Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:27:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:27:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:27:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:27:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:27:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:27:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:27:13.321Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:27:13.324Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:28:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:28:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:28:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:28:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:28:03.766Z||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-10-09T06:28:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:28:13.308Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:28:13.316Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:29:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:29:03.764Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:29:03.764Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:29:03.767Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:29:03.768Z||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-10-09T06:29:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:29:13.310Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:29:13.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:30:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:30:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:30:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:30:03.766Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:30:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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-10-09T06:30:03.767Z|7db56a13-5622-4663-8879-6618774117d2|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:30:13.329Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:30:13.336Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:31:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:31:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:31:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:31:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:31:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:31:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:31:13.304Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:31:13.309Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:32:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:32:03.762Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:32:03.762Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:32:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:32:03.766Z||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-10-09T06:32:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:32:13.313Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:32:13.326Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:33:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:33:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:33:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:33:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:33:03.767Z||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-10-09T06:33:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:33:13.319Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:33:13.328Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:34:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:34:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:34:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:34:03.766Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:34:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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-10-09T06:34:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:34:13.317Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:34:13.318Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:35:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:35:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:35:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:35:03.766Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:35:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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-10-09T06:35:03.767Z|7db56a13-5622-4663-8879-6618774117d2|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:35:13.341Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:35:13.345Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:36:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:36:03.762Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:36:03.763Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:36:03.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:36:03.766Z||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-10-09T06:36:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:36:13.317Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:36:13.317Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:37:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:37:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:37:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:37:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:37:03.766Z||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-10-09T06:37:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:37:13.315Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:37:13.317Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:38:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:38:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:38:03.762Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:38:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:38:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:38:03.767Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:38:13.311Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:38:13.321Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:39:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:39:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:39:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:39:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:39:03.766Z||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-10-09T06:39:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:39:13.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:39:13.313Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:40:03.760Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:40:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:40:03.761Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:40:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:40:03.766Z||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-10-09T06:40:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:40:13.318Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:40:13.319Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:41:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:41:03.761Z||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-10-09T06:41:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:41:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:41:03.766Z||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-10-09T06:41:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:41:13.316Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:41:13.317Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:42:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:42:03.761Z||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-10-09T06:42:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:42:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:42:03.766Z||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-10-09T06:42:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:42:13.333Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:42:13.333Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:43:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:43:03.761Z||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-10-09T06:43:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:43:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:43:03.766Z||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-10-09T06:43:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:43:13.319Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:43:13.319Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:44:03.761Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:44:03.763Z||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-10-09T06:44:03.763Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:44:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:44:03.766Z||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-10-09T06:44:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:44:13.337Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:44:13.338Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:45:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:45:03.761Z||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-10-09T06:45:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:45:03.767Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:45:03.768Z||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-10-09T06:45:03.768Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:45:13.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:45:13.339Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:46:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:46:03.761Z||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-10-09T06:46:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:46:03.766Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:46:03.766Z||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-10-09T06:46:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:46:13.319Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:46:13.324Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:47:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:47:03.761Z||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-10-09T06:47:03.762Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:47:03.766Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:47:03.766Z||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-10-09T06:47:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:47:13.368Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:47:13.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:48:03.760Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:48:03.761Z||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-10-09T06:48:03.761Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:48:03.766Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:48:03.766Z||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-10-09T06:48:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:48:13.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:48:13.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:49:03.760Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:49:03.761Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-09T06:49:03.761Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:49:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:49:03.766Z||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-10-09T06:49:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:49:13.325Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:49:13.326Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:50:03.761Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:50:03.763Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-09T06:50:03.763Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:50:03.766Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:50:03.766Z||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-10-09T06:50:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:50:13.309Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:50:13.309Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:51:03.760Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:51:03.761Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-09T06:51:03.761Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:51:03.766Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:51:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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-10-09T06:51:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:51:13.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:51:13.322Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:52:03.760Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:52:03.761Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-09T06:52:03.761Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:52:03.766Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:52:03.767Z||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-10-09T06:52:03.767Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:52:13.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:52:13.330Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:53:03.760Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:53:03.761Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-09T06:53:03.761Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:53:03.766Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:53:03.767Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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-10-09T06:53:03.767Z|bdab393d-d476-44e8-8e97-44c1625c7a06|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:53:13.317Z|bdab393d-d476-44e8-8e97-44c1625c7a06|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:53:13.318Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:54:03.762Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:54:03.762Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-09T06:54:03.763Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as d9E32fgbGv7Mq8qW) ... 2022-10-09T06:54:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:54:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:54:03.766Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:54:13.308Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:54:13.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:55:03.760Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:55:03.762Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:55:03.762Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:55:03.767Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:55:03.767Z|7db56a13-5622-4663-8879-6618774117d2|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-10-09T06:55:03.767Z|7db56a13-5622-4663-8879-6618774117d2|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:55:13.315Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:55:13.316Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:56:03.760Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:56:03.764Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:56:03.764Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:56:03.766Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:56:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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-10-09T06:56:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:56:13.310Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:56:13.326Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:57:03.760Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:57:03.762Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:57:03.762Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:57:03.766Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:57:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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-10-09T06:57:03.766Z|7db56a13-5622-4663-8879-6618774117d2|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:57:13.334Z|7db56a13-5622-4663-8879-6618774117d2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:57:13.334Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:58:03.760Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:58:03.762Z|70e469ff-368f-492a-9273-ef7d40162f58|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-10-09T06:58:03.762Z|70e469ff-368f-492a-9273-ef7d40162f58|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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:58:03.771Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:58:03.772Z||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-10-09T06:58:03.772Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:58:13.326Z|70e469ff-368f-492a-9273-ef7d40162f58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:58:13.326Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:59:03.764Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:59:03.765Z||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-10-09T06:59:03.765Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:59:03.766Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-09T06:59:03.766Z||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-10-09T06:59:03.766Z||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 d9E32fgbGv7Mq8qW) ... 2022-10-09T06:59:13.336Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-09T06:59:13.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK