JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-11-22T03:12:41.184Z||main|||||INFO|500||The following profiles are active: basic 2022-11-22T03:12:53.049Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-22T03:12:53.049Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-22T03:12:53.151Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-22T03:12:57.534Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-22T03:12:57.980Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-22T03:12:58.498Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-22T03:12:58.505Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-22T03:12:58.636Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-22T03:12:58.905Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-22T03:12:59.622Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-22T03:13:01.565Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-22T03:13:03.892Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-22T03:13:03.948Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-22T03:13:04.520Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-22T03:13:04.771Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-11-22T03:13:05.998Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-22T03:13:07.206Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-22T03:13:07.238Z||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$$4f705321.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-11-22T03:13:07.239Z||main|||||WARN|500||The sdc end point is not alive 2022-11-22T03:13:10.586Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-11-22T03:13:13.648Z||main|||||WARN|500||--- 2022-11-22T03:13:13.648Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-22T03:13:13.649Z||main|||||WARN|500||--- 2022-11-22T03:13:14.056Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-22T03:13:18.800Z||main|||||INFO|500||Started Application in 40.739 seconds (JVM running for 42.976) 2022-11-22T03:13:18.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-22T03:13:18.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-22T03:13:18.827Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-22T03:13:18.849Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-22T03:13:18.923Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6d68573d-64cd-4fc8-9bc8-369c0caff409 url= /sdc/v1/artifactTypes 2022-11-22T03:13:18.924Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-22T03:13:20.050Z||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.0.21] 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$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-11-22T03:13:20.054Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@580b4d52 2022-11-22T03:13:20.055Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-22T03:13:20.071Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-22T03:13:20.073Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-22T03:13:20.075Z||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$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-11-22T03:14:08.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-22T03:14:08.797Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-22T03:14:08.847Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-22T03:14:08.852Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-22T03:14:08.858Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9ea61d1e-1103-4e48-97ed-9341157a26f3 url= /sdc/v1/artifactTypes 2022-11-22T03:14:08.858Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-22T03:14:09.905Z||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.0.21] 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$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-11-22T03:14:09.906Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5eeef2ca 2022-11-22T03:14:09.906Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-22T03:14:09.907Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-22T03:14:09.907Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-22T03:14:09.908Z||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$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-11-22T03:14:58.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-22T03:14:58.796Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-22T03:14:58.797Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-22T03:14:58.800Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-22T03:14:58.807Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4549a50e-a308-4938-ad81-eaf77f768e8c url= /sdc/v1/artifactTypes 2022-11-22T03:14:58.807Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-22T03:14:59.826Z||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.0.21] 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$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-11-22T03:14:59.827Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e7065ab 2022-11-22T03:14:59.827Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-22T03:14:59.828Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-22T03:14:59.828Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-22T03:14:59.829Z||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$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-11-22T03:15:48.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-22T03:15:48.795Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-22T03:15:48.796Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-22T03:15:48.799Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-22T03:15:48.803Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1636be59-69c0-4a89-97d8-6f68f2e1b492 url= /sdc/v1/artifactTypes 2022-11-22T03:15:48.803Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-22T03:15:49.842Z||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.0.21] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-11-22T03:15:49.843Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cbf378 2022-11-22T03:15:49.843Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-22T03:15:49.843Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-22T03:15:49.844Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-22T03:15:49.845Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-11-22T03:16:38.796Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-22T03:16:38.798Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-22T03:16:38.798Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-22T03:16:38.802Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-22T03:16:38.834Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f79a83f-bc52-4f7d-8a62-14cc2339cd44 url= /sdc/v1/artifactTypes 2022-11-22T03:16:38.834Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-22T03:16:39.895Z||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.0.21] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-11-22T03:16:39.896Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c8d9945 2022-11-22T03:16:39.897Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-22T03:16:39.897Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-22T03:16:39.898Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-22T03:16:39.898Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-11-22T03:17:28.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-22T03:17:28.795Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-22T03:17:28.796Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-22T03:17:28.799Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-22T03:17:28.830Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5374d74c-4b33-4d55-bc44-07fadd4822b1 url= /sdc/v1/artifactTypes 2022-11-22T03:17:28.830Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-22T03:17:29.914Z||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.0.21] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-11-22T03:17:29.915Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@cf0739f 2022-11-22T03:17:29.916Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-22T03:17:29.917Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-22T03:17:29.917Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-22T03:17:29.918Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-11-22T03:18:18.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-22T03:18:18.795Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-22T03:18:18.796Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-22T03:18:18.799Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-22T03:18:18.805Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= add9a859-a82b-45c4-9803-24b5a0c1081f url= /sdc/v1/artifactTypes 2022-11-22T03:18:18.805Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-22T03:18:19.860Z||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.0.21] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-11-22T03:18:19.861Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@236c755b 2022-11-22T03:18:19.862Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-22T03:18:19.862Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-22T03:18:19.862Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-22T03:18:19.863Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-11-22T03:19:08.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-22T03:19:08.795Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-22T03:19:08.797Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-22T03:19:08.802Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-22T03:19:08.822Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc59db29-f9c7-42f9-99f8-e08a5067a066 url= /sdc/v1/artifactTypes 2022-11-22T03:19:08.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-22T03:19:09.909Z||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.0.21] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-11-22T03:19:09.910Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@360be405 2022-11-22T03:19:09.910Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-22T03:19:09.910Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-22T03:19:09.910Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-22T03:19:09.911Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-11-22T03:19:58.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-22T03:19:58.797Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-22T03:19:58.798Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-22T03:19:58.802Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-22T03:19:58.820Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58474886-3488-41ef-a831-6f70d956a8ea url= /sdc/v1/artifactTypes 2022-11-22T03:19:58.820Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-22T03:19:59.896Z||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.0.21] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-11-22T03:19:59.897Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@613c5c40 2022-11-22T03:19:59.908Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-22T03:19:59.908Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-22T03:19:59.908Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-22T03:19:59.909Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-11-22T03:20:48.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-22T03:20:48.796Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-22T03:20:48.796Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-22T03:20:48.800Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-22T03:20:48.803Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b0576762-fb42-45d6-9041-01498f47ea27 url= /sdc/v1/artifactTypes 2022-11-22T03:20:48.804Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-22T03:20:49.845Z||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.0.21] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-11-22T03:20:49.845Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@cb09b78 2022-11-22T03:20:49.846Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-11-22T03:20:49.846Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-11-22T03:20:49.846Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-11-22T03:20:49.847Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a5449389.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-11-22T03:21:38.794Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-22T03:21:38.796Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-22T03:21:38.796Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-22T03:21:38.798Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-22T03:21:38.810Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 911cfa81-f677-4d93-8ca7-7a4dea7e957f url= /sdc/v1/artifactTypes 2022-11-22T03:21:38.810Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-22T03:21:39.199Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-22T03:21:39.209Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-11-22T03:21:39.236Z||scheduling-1|||||DEBUG|500||create keys 2022-11-22T03:21:39.244Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-22T03:21:39.275Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:21:39.298Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e5a3f820-b73f-4360-90e4-5235c7168819 url= /sdc/v1/registerForDistribution 2022-11-22T03:21:39.831Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e5a3f820-b73f-4360-90e4-5235c7168819 url= /sdc/v1/registerForDistribution 2022-11-22T03:21:39.831Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-22T03:21:39.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:21:39.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:21:39.861Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-22T03:21:39.862Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:21:39.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:21:39.862Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:21:39.863Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:21:51.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:21:51.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:22:37.184Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-22T03:22:39.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:22:39.840Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:22:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:22:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:22:39.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:22:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:22:49.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:22:49.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:23:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:23:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:23:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:23:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:23:39.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:23:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:23:49.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:23:49.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:24:39.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:24:39.841Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:24:39.842Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:24:39.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:24:39.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:24:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:24:49.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:24:49.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:25:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:25:39.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:25:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:25:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:25:39.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:25:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:25:49.406Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:25:49.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:26:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:26:39.841Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:26:39.841Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:26:39.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:26:39.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:26:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:26:49.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:26:49.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:27:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:27:39.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:27:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:27:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:27:39.845Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:27:39.846Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:27:49.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:27:49.414Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:28:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:28:39.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:28:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:28:39.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:28:39.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:28:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:28:49.398Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:28:49.412Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:29:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:29:39.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:29:39.842Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:29:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:29:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:29:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:29:49.414Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:29:49.416Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:30:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:30:39.841Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:30:39.841Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:30:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:30:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:30:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:30:49.403Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:30:49.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:31:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:31:39.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:31:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:31:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:31:39.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:31:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:31:49.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:31:49.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:32:39.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:32:39.840Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:32:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:32:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:32:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:32:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:32:49.405Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:32:49.408Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:33:39.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:33:39.840Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:33:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:33:39.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:33:39.845Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:33:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:33:49.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:33:49.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:34:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:34:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:34:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:34:39.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:34:39.845Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:34:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:34:49.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:34:49.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:35:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:35:39.841Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:35:39.842Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:35:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:35:39.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:35:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:35:49.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:35:49.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:36:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:36:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:36:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:36:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:36:39.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:36:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:36:49.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:36:49.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:37:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:37:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:37:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:37:39.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:37:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:37:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:37:49.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:37:49.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:38:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:38:39.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:38:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:38:39.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:38:39.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:38:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:38:49.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:38:49.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:39:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:39:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:39:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:39:39.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:39:39.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:39:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:39:49.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:39:49.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:40:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:40:39.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:40:39.843Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:40:39.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:40:39.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:40:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:40:49.409Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:40:49.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:41:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:41:39.841Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:41:39.841Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:41:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:41:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:41:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:41:49.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:41:49.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:42:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:42:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:42:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T03:42:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:42:39.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:42:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:42:49.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:42:49.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:43:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:43:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:43:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T03:43:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:43:39.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:43:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:43:49.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:43:49.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:44:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:44:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:44:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T03:44:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:44:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:44:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:44:49.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:44:49.400Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:45:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:45:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:45:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:45:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:45:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:45:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:45:49.391Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:45:49.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:46:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:46:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:46:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:46:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:46:39.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:46:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:46:49.410Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:46:49.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:47:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:47:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:47:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:47:39.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:47:39.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:47:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:47:49.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:47:49.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:48:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:48:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:48:39.841Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:48:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:48:39.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:48:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:48:49.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:48:49.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:49:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:49:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:49:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:49:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:49:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:49:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:49:49.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:49:49.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:50:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:50:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:50:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:50:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:50:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:50:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:50:49.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:50:49.403Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:51:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:51:39.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:51:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:51:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:51:39.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:51:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:51:49.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:51:49.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:52:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:52:39.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:52:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:52:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:52:39.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:52:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:52:49.398Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:52:49.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:53:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:53:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:53:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:53:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:53:39.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:53:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:53:49.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:53:49.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:54:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:54:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:54:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:54:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:54:39.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:54:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:54:49.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:54:49.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:55:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:55:39.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:55:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:55:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:55:39.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:55:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:55:49.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:55:49.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:56:39.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:56:39.841Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:56:39.842Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:56:39.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:56:39.845Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:56:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:56:49.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:56:49.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:57:39.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:57:39.840Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:57:39.841Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:57:39.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:57:39.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:57:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:57:49.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:57:49.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:58:39.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:58:39.840Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:58:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:58:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:58:39.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:58:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:58:49.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:58:49.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:59:39.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:59:39.840Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:59:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:59:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T03:59:39.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T03:59:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T03:59:49.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T03:59:49.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:00:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:00:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:00:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:00:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:00:39.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:00:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:00:49.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:00:49.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:01:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:01:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:01:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:01:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:01:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:01:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:01:49.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:01:49.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:02:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:02:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:02:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:02:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:02:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:02:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:02:49.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:02:49.424Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:03:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:03:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:03:39.841Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:03:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:03:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:03:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:03:49.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:03:49.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:04:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:04:39.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:04:39.841Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:04:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:04:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:04:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:04:49.407Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:04:49.409Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:05:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:05:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:05:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:05:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:05:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:05:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:05:49.386Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:05:49.387Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:06:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:06:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:06:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:06:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:06:39.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:06:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:06:49.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:06:49.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:07:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:07:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:07:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:07:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:07:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:07:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:07:49.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:07:49.411Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:08:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:08:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:08:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:08:39.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:08:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:08:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:08:49.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:08:49.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:09:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:09:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:09:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:09:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:09:39.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:09:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:09:49.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:09:49.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:10:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:10:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:10:39.841Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:10:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:10:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:10:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:10:49.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:10:49.388Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:11:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:11:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:11:39.841Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:11:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:11:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:11:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:11:49.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:11:49.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:12:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:12:39.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:12:39.841Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:12:39.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:12:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:12:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:12:49.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:12:49.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:13:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:13:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:13:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:13:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:13:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:13:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:13:49.398Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:13:49.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:14:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:14:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:14:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:14:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:14:39.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:14:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:14:49.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:14:49.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:15:39.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:15:39.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:15:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:15:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:15:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:15:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:15:49.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:15:49.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:16:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:16:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:16:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:16:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:16:39.845Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:16:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:16:49.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:16:49.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:17:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:17:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:17:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:17:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:17:39.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:17:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:17:49.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:17:49.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:18:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:18:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:18:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:18:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:18:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:18:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:18:49.401Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:18:49.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:19:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:19:39.841Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:19:39.842Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:19:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:19:39.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:19:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:19:49.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:19:49.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:20:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:20:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:20:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:20:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:20:39.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:20:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:20:49.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:20:49.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:21:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:21:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:21:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:21:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:21:39.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:21:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:21:49.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:21:49.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:22:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:22:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:22:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:22:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:22:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:22:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:22:49.391Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:22:49.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:23:39.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:23:39.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:23:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:23:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:23:39.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:23:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:23:49.414Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:23:49.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:24:39.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:24:39.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:24:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:24:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:24:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:24:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:24:49.418Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:24:49.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:25:39.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:25:39.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:25:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:25:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:25:39.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:25:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:25:49.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:25:49.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:39.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:26:39.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:26:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:39.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:26:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:26:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:40.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:40.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "aai-ml", "timestamp": 1669091177376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "multicloud-k8s-id", "timestamp": 1669091179066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "ves-openapi-manager", "timestamp": 1669091177481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "aai-ml", "timestamp": 1669091177376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "multicloud-k8s-id", "timestamp": 1669091179066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "NOTIFIED" } 2022-11-22T04:26:40.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "ves-openapi-manager", "timestamp": 1669091177481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "aai-ml", "timestamp": 1669091177376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "multicloud-k8s-id", "timestamp": 1669091179066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-22T04:26:40.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "ves-openapi-manager", "timestamp": 1669091177481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "aai-ml", "timestamp": 1669091177376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "multicloud-k8s-id", "timestamp": 1669091179066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "ves-openapi-manager", "timestamp": 1669091177481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "aai-ml", "timestamp": 1669091177376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "multicloud-k8s-id", "timestamp": 1669091179066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-22T04:26:40.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "ves-openapi-manager", "timestamp": 1669091177481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "cds", "timestamp": 1669091184126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "aai-ml", "timestamp": 1669091177376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "multicloud-k8s-id", "timestamp": 1669091179066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "ves-openapi-manager", "timestamp": 1669091177481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "cds", "timestamp": 1669091184126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "aai-ml", "timestamp": 1669091177376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:26:40.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "multicloud-k8s-id", "timestamp": 1669091179066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:26:40.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "ves-openapi-manager", "timestamp": 1669091177481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "cds", "timestamp": 1669091184126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "aai-ml", "timestamp": 1669091187272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:26:40.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:26:40.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "multicloud-k8s-id", "timestamp": 1669091186983, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T04:26:40.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:26:40.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "cds", "timestamp": 1669091184126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "multicloud-k8s-id", "timestamp": 1669091188071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:26:40.124Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:26:40.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "cds", "timestamp": 1669091184126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091187602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "multicloud-k8s-id", "timestamp": 1669091189535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:26:40.125Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:26:40.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "cds", "timestamp": 1669091184126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091187602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "cds", "timestamp": 1669091184126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:26:40.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "multicloud-k8s-id", "timestamp": 1669091190620, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:26:40.307Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39469d8c-f90f-40c6-a7ac-92a770f67bff 2022-11-22T04:26:40.329Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39469d8c-f90f-40c6-a7ac-92a770f67bff and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:26:40.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091187602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "multicloud-k8s-id", "timestamp": 1669091191625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T04:26:40.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:26:40.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091187602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "cds", "timestamp": 1669091192321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:26:40.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:26:40.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091187602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "cds", "timestamp": 1669091193345, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:26:40.370Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39469d8c-f90f-40c6-a7ac-92a770f67bff 2022-11-22T04:26:40.370Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39469d8c-f90f-40c6-a7ac-92a770f67bff and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:26:40.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091187602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091187602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:26:40.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:26:40.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091196293, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:26:40.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:26:40.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:40.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-22T04:26:40.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"39469d8c-f90f-40c6-a7ac-92a770f67bff","serviceName":"basic_onboard_qxmVcg","serviceVersion":"1.0","serviceUUID":"b05fd758-e082-4e5d-9184-6cb51d0d0e1e","serviceDescription":"service","serviceInvariantUUID":"d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe","resources":[{"resourceInstanceName":"basic_onboard_qxmVcg 0","resourceName":"basic_onboard_qxmVcg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7058ff99-72a5-462d-aee7-5257cef08865","resourceInvariantUUID":"af0b5f78-f75a-40ef-bc75-a69993c86280","resourceCustomizationUUID":"3c5843a6-3547-4387-a06a-604236bc6069","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml","artifactChecksum":"ZWY5MGRhOTEzYmM1NTc2MjAzYjYwZGMwYTljYTU4MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a04a840-fb4f-402e-8d76-50ca57ef461a","artifactVersion":"1"},{"artifactName":"basic_onboard_qxmvcg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json","artifactChecksum":"YzVhMGYxNjAyNDVmZjUxOWUxMjI3MjQ3MDljODM1MGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ae66f0e-2dfb-46a5-8dac-fc72d51f69c1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4342e009-f63e-439a-bafb-29e9941e97a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a0fbe523-beaa-4e03-a214-946f117b6661","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c949e96-34b6-4772-a27b-e984ca5655b0","artifactVersion":"2","generatedFromUUID":"4342e009-f63e-439a-bafb-29e9941e97a1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQxmvcg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml","artifactChecksum":"NmY4MTZjM2VmYjc3OWQ1MzJhYmNlM2Y1NGI5ZmFjOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"78bec3e1-f689-43f4-a769-f2b8b18d2317","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQxmvcg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar","artifactChecksum":"MjExM2FjMjA2ZTQ5ZDE2NDIyYTYxODhmOWQyYTkxZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a862b91-ffde-4f07-8f06-bf7873a8e64a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-22T04:26:40.498Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:26:40.504Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:40.515Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:40.515Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:40.615Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-22T04:26:40.619Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:40.620Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:40.654Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:40.655Z||pool-3-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:26:41.521Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:26:41.522Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:41.524Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:41.524Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "NOTIFIED" } 2022-11-22T04:26:41.624Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:26:41.625Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:41.625Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:41.635Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:41.636Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:26:42.524Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:26:42.525Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:42.527Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:42.527Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-22T04:26:42.628Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:26:42.629Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:42.629Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:42.663Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:42.664Z||pool-5-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:26:43.528Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:26:43.529Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:43.531Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:43.531Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:43.631Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:26:43.632Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:43.632Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:43.642Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:43.642Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:26:44.532Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:26:44.532Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:44.534Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:44.534Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-22T04:26:44.634Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:26:44.635Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:44.635Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:44.660Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:44.660Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:26:45.535Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:26:45.536Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:45.538Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:45.538Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:26:45.638Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:26:45.639Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:45.639Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:45.659Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:45.659Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:26:46.539Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:26:46.540Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:46.543Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:46.543Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:26:46.643Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:26:46.644Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:46.644Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:46.656Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:46.656Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:26:47.545Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "serviceName": "basic_onboard_qxmVcg", "serviceVersion": "1.0", "serviceUUID": "b05fd758-e082-4e5d-9184-6cb51d0d0e1e", "serviceDescription": "service", "serviceInvariantUUID": "d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe", "resources": [ { "resourceInstanceName": "basic_onboard_qxmVcg 0", "resourceCustomizationUUID": "3c5843a6-3547-4387-a06a-604236bc6069", "resourceName": "basic_onboard_qxmVcg", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7058ff99-72a5-462d-aee7-5257cef08865", "resourceInvariantUUID": "af0b5f78-f75a-40ef-bc75-a69993c86280", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_qxmvcg0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "artifactChecksum": "YzVhMGYxNjAyNDVmZjUxOWUxMjI3MjQ3MDljODM1MGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8ae66f0e-2dfb-46a5-8dac-fc72d51f69c1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4342e009-f63e-439a-bafb-29e9941e97a1", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9c949e96-34b6-4772-a27b-e984ca5655b0", "generatedFromUUID": "4342e009-f63e-439a-bafb-29e9941e97a1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9c949e96-34b6-4772-a27b-e984ca5655b0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardQxmvcg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "artifactChecksum": "MjExM2FjMjA2ZTQ5ZDE2NDIyYTYxODhmOWQyYTkxZDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4a862b91-ffde-4f07-8f06-bf7873a8e64a" } ], "workloadContext": "Production" } 2022-11-22T04:26:47.546Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-22T04:26:47.547Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b05fd758-e082-4e5d-9184-6cb51d0d0e1e ASDC 2022-11-22T04:26:47.658Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:39469d8c-f90f-40c6-a7ac-92a770f67bff ServiceName:basic_onboard_qxmVcg ServiceVersion:1.0 ServiceUUID:b05fd758-e082-4e5d-9184-6cb51d0d0e1e ServiceInvariantUUID:d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardQxmvcg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar ArtifactUUID:4a862b91-ffde-4f07-8f06-bf7873a8e64a ArtifactChecksum:MjExM2FjMjA2ZTQ5ZDE2NDIyYTYxODhmOWQyYTkxZDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_qxmVcg 0 ResourceCustomizationUUID:3c5843a6-3547-4387-a06a-604236bc6069 ResourceInvariantUUID:af0b5f78-f75a-40ef-bc75-a69993c86280 ResourceName:basic_onboard_qxmVcg ResourceType:VF ResourceUUID:7058ff99-72a5-462d-aee7-5257cef08865 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_qxmvcg0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json ArtifactUUID:8ae66f0e-2dfb-46a5-8dac-fc72d51f69c1 ArtifactChecksum:YzVhMGYxNjAyNDVmZjUxOWUxMjI3MjQ3MDljODM1MGU= 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/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml ArtifactUUID:4342e009-f63e-439a-bafb-29e9941e97a1 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/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env ArtifactUUID:9c949e96-34b6-4772-a27b-e984ca5655b0 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/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env ArtifactUUID:9c949e96-34b6-4772-a27b-e984ca5655b0 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-22T04:26:47.659Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b05fd758-e082-4e5d-9184-6cb51d0d0e1e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T04:26:47.712Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T04:26:47.713Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-22T04:26:47.714Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-22T04:26:47.715Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4a862b91-ffde-4f07-8f06-bf7873a8e64a from URL: /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:47.715Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-22T04:26:47.716Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:48.360Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-22T04:26:48.379Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar 4a862b91-ffde-4f07-8f06-bf7873a8e64a 75313 2022-11-22T04:26:48.380Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar ASDC sendASDCNotification 2022-11-22T04:26:48.380Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:48.381Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:26:48.382Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:48.384Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:48.384Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091208379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:26:48.484Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:26:48.485Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:48.485Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:48.538Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:48.539Z||pool-10-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:26:49.385Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T04:26:49.386Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-22T04:26:49.386Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4a862b91-ffde-4f07-8f06-bf7873a8e64a, URL: /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar to file: /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:49.387Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:49.527Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:49.528Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:50.038Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7413197852808740591/Definitions/service-BasicOnboardQxmvcg-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-11-22T04:26:51.932Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-22T04:26:51.937Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-22T04:26:51.937Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_qxmVcg 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-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-22T04:26:51.944Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.945Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:51.949Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria 2022-11-22T04:26:51.950Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-22T04:26:51.951Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria 2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:51.956Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is not matching search criteria 2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.958Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-22T04:26:51.959Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.959Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria 2022-11-22T04:26:51.959Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:26:51.959Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.959Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria 2022-11-22T04:26:51.959Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:26:51.960Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.960Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria 2022-11-22T04:26:51.960Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:26:51.960Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.960Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is not matching search criteria 2022-11-22T04:26:51.960Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-22T04:26:51.961Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-22T04:26:51.961Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3a318c85-39a7-475d-bfc5-f905225fdfb6 2022-11-22T04:26:51.961Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.961Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:51.961Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.961Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:51.962Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.962Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:51.962Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:51.962Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:51.962Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_qxmVcg Description:service Model UUID:b05fd758-e082-4e5d-9184-6cb51d0d0e1e Model Version:NULL Model InvariantUuid:d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_qxmVcg Model UUID:d60bbef4-e06c-4002-9faf-9f7e5ed81ad8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:af0b5f78-f75a-40ef-bc75-a69993c86280 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3c5843a6-3547-4387-a06a-604236bc6069 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9dfc71ea-3c93-4b3d-9c5e-69e729738678 ModelName:BasicOnboardQxmvcg..base_ubuntu18..module-0 ModelUuid:1b36ce4a-7811-446b-9b9a-28b820f166b1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3a318c85-39a7-475d-bfc5-f905225fdfb6 ModelInvariantUuid:b81a1544-400c-4db4-ac13-eb6d6ccd0799 ModelName:basic_onboard_qxmVcg-nodes.ubuntu18Cvfc ModelUuid:0f18bb41-6af5-4e1c-b9e2-b7eb4ad16028 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4fbac17b-2839-47aa-958b-38582975e9c6 ModelInvariantUuid:2d04e450-5d15-4205-9310-df6db349fa08 ModelName:BasicOnboardQxmvcg.compute.nodes.heat.ubuntu18 ModelUuid:6e034c84-efdb-4df2-848a-acc293c5f882 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-22T04:26:51.974Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7058ff99-72a5-462d-aee7-5257cef08865 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:26:52.063Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||basic_onboard_qxmVcg 0 2022-11-22T04:26:52.069Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7058ff99-72a5-462d-aee7-5257cef08865 2022-11-22T04:26:52.069Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8ae66f0e-2dfb-46a5-8dac-fc72d51f69c1 from URL: /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json 2022-11-22T04:26:52.070Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-22T04:26:52.070Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json 2022-11-22T04:26:52.439Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-22T04:26:52.439Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json 8ae66f0e-2dfb-46a5-8dac-fc72d51f69c1 798 2022-11-22T04:26:52.439Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json ASDC sendASDCNotification 2022-11-22T04:26:52.440Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json 2022-11-22T04:26:52.440Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:26:52.440Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:52.442Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:52.442Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091212439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T04:26:52.542Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:26:52.543Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:52.543Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:52.574Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:52.575Z||pool-11-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:26:53.443Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQxmvcg..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9dfc71ea-3c93-4b3d-9c5e-69e729738678", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1b36ce4a-7811-446b-9b9a-28b820f166b1", "vfModuleModelCustomizationUUID": "db437692-63d3-4c8d-8ea8-1ac33ee29bbe", "isBase": true, "artifacts": [ "4342e009-f63e-439a-bafb-29e9941e97a1", "9c949e96-34b6-4772-a27b-e984ca5655b0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-22T04:26:53.457Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQxmvcg..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1b36ce4a-7811-446b-9b9a-28b820f166b1 VfModuleModelInvariantUUID:9dfc71ea-3c93-4b3d-9c5e-69e729738678 VfModuleModelDescription:NULL Artifacts UUID List:{ 4342e009-f63e-439a-bafb-29e9941e97a1 , 9c949e96-34b6-4772-a27b-e984ca5655b0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-22T04:26:53.459Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQxmvcg..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9dfc71ea-3c93-4b3d-9c5e-69e729738678", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1b36ce4a-7811-446b-9b9a-28b820f166b1", "vfModuleModelCustomizationUUID": "db437692-63d3-4c8d-8ea8-1ac33ee29bbe", "isBase": true, "artifacts": [ "4342e009-f63e-439a-bafb-29e9941e97a1", "9c949e96-34b6-4772-a27b-e984ca5655b0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-22T04:26:53.459Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQxmvcg..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1b36ce4a-7811-446b-9b9a-28b820f166b1 VfModuleModelInvariantUUID:9dfc71ea-3c93-4b3d-9c5e-69e729738678 VfModuleModelDescription:NULL Artifacts UUID List:{ 4342e009-f63e-439a-bafb-29e9941e97a1 , 9c949e96-34b6-4772-a27b-e984ca5655b0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-22T04:26:53.460Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4342e009-f63e-439a-bafb-29e9941e97a1 from URL: /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml 2022-11-22T04:26:53.460Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-22T04:26:53.460Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml 2022-11-22T04:26:53.546Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-22T04:26:53.546Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml 4342e009-f63e-439a-bafb-29e9941e97a1 5033 2022-11-22T04:26:53.547Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-22T04:26:53.547Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml 2022-11-22T04:26:53.547Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:26:53.547Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:53.549Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:53.549Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091213547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:26:53.650Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:26:53.650Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:53.651Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:53.662Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:53.662Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:26:54.550Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9c949e96-34b6-4772-a27b-e984ca5655b0 from URL: /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env 2022-11-22T04:26:54.551Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-22T04:26:54.551Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env 2022-11-22T04:26:54.761Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-22T04:26:54.761Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env 9c949e96-34b6-4772-a27b-e984ca5655b0 909 2022-11-22T04:26:54.762Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-22T04:26:54.762Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env 2022-11-22T04:26:54.762Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:26:54.762Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:54.764Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:54.765Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091214761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:26:54.865Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:26:54.866Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:54.866Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:54.879Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:54.880Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:26:55.765Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b05fd758-e082-4e5d-9184-6cb51d0d0e1e 2022-11-22T04:26:55.766Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_qxmVcg 0 7058ff99-72a5-462d-aee7-5257cef08865 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:26:55.802Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17e46059, org.onap.sdc.toscaparser.api.parameters.Input@76af052a, org.onap.sdc.toscaparser.api.parameters.Input@2ede1546, org.onap.sdc.toscaparser.api.parameters.Input@213adfb3, org.onap.sdc.toscaparser.api.parameters.Input@15688565] 2022-11-22T04:26:55.806Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.806Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:55.806Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-11-22T04:26:55.807Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3c5843a6-3547-4387-a06a-604236bc6069 2022-11-22T04:26:55.807Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c5843a6-3547-4387-a06a-604236bc6069 matches Tosca VF Customization UUID: 3c5843a6-3547-4387-a06a-604236bc6069 2022-11-22T04:26:55.807Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3c5843a6-3547-4387-a06a-604236bc6069 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-22T04:26:55.815Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.816Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:55.817Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3c5843a6-3547-4387-a06a-604236bc6069: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-22T04:26:55.818Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10326fc9 2022-11-22T04:26:55.818Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.818Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-22T04:26:55.819Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db437692-63d3-4c8d-8ea8-1ac33ee29bbe 2022-11-22T04:26:55.820Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db437692-63d3-4c8d-8ea8-1ac33ee29bbe Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-22T04:26:55.826Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.827Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria 2022-11-22T04:26:55.827Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:26:55.828Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.828Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria 2022-11-22T04:26:55.828Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:26:55.829Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.829Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is not matching search criteria 2022-11-22T04:26:55.829Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-22T04:26:55.829Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-22T04:26:55.830Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3a318c85-39a7-475d-bfc5-f905225fdfb6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-22T04:26:55.842Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.842Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria 2022-11-22T04:26:55.843Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:26:55.843Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.843Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria 2022-11-22T04:26:55.844Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=3c5843a6-3547-4387-a06a-604236bc6069 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:26:55.846Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.846Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:55.847Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b05fd758-e082-4e5d-9184-6cb51d0d0e1e: basic_onboard_qxmVcg 2022-11-22T04:26:55.847Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.847Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:55.848Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.848Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:55.848Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.848Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:55.848Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.849Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:55.849Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:26:55.849Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:26:55.849Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_qxmVcg Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:26:56.049Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_qxmVcg 7058ff99-72a5-462d-aee7-5257cef08865 1 ASDC deployResourceStructure 2022-11-22T04:26:56.050Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json ASDC sendASDCNotification 2022-11-22T04:26:56.050Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json 2022-11-22T04:26:56.050Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:26:56.050Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:56.052Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:56.053Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091216050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T04:26:56.153Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:26:56.154Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:56.154Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:56.165Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:56.166Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:26:57.054Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-22T04:26:57.055Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml 2022-11-22T04:26:57.055Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:26:57.055Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:57.057Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:57.057Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091217054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-22T04:26:57.157Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:26:57.158Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:57.158Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:57.170Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:57.170Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:26:58.058Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-22T04:26:58.058Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env 2022-11-22T04:26:58.059Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:26:58.059Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:58.061Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:58.061Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091218058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-22T04:26:58.161Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:26:58.162Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:58.162Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:58.172Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:58.172Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:26:59.062Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar ASDC sendASDCNotification 2022-11-22T04:26:59.063Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar 2022-11-22T04:26:59.063Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:26:59.063Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:26:59.066Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:26:59.066Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091219062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:26:59.165Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:26:59.166Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:26:59.166Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:26:59.178Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:26:59.179Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:27:00.067Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:27:00.088Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:27:00.091Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:27:00.092Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:27:00.093Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:27:30.093Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:27:30.104Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:27:30.108Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:27:30.108Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:27:30.108Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:27:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:27:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:27:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:27:39.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:27:39.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:27:39.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "aai-ml", "timestamp": 1669091200175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:27:39.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:28:00.108Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:28:00.123Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:28:00.128Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:28:00.128Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:28:00.129Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:28:30.130Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:28:30.148Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:28:30.155Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:28:30.155Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:28:30.155Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:28:39.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:28:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:28:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:28:40.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:28:40.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:28:40.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-22T04:28:40.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "aai-ml", "timestamp": 1669091201182, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:28:40.380Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39469d8c-f90f-40c6-a7ac-92a770f67bff 2022-11-22T04:28:40.381Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39469d8c-f90f-40c6-a7ac-92a770f67bff and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:28:40.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "NOTIFIED" } 2022-11-22T04:28:40.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-22T04:28:40.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-22T04:28:40.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-22T04:28:40.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:28:40.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-22T04:28:40.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-22T04:28:40.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-22T04:28:40.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:28:40.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-22T04:28:40.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091199839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:28:40.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-22T04:28:40.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091208379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:28:40.395Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:28:40.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091210709, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:28:40.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:28:40.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091211726, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:28:40.401Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39469d8c-f90f-40c6-a7ac-92a770f67bff 2022-11-22T04:28:40.401Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39469d8c-f90f-40c6-a7ac-92a770f67bff and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:28:40.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091212439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T04:28:40.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:28:40.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091213547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:28:40.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:28:40.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091214761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:28:40.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:28:40.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091216050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T04:28:40.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:28:40.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091217054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-22T04:28:40.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:28:40.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091218058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-22T04:28:40.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:28:40.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:28:40.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091219062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:28:40.411Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:29:00.156Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:29:00.167Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:29:00.169Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:29:00.176Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-22T04:29:30.176Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-22T04:29:30.184Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff and serviceModelVersionId: b05fd758-e082-4e5d-9184-6cb51d0d0e1e 2022-11-22T04:29:30.184Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe 2022-11-22T04:29:39.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:29:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:29:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:29:44.800Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe/model-vers/model-ver/b05fd758-e082-4e5d-9184-6cb51d0d0e1e?depth=0 2022-11-22T04:29:44.908Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-22T04:29:45.390Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe/model-vers/model-ver/b05fd758-e082-4e5d-9184-6cb51d0d0e1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-22T04:29:45.395Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe/model-vers/model-ver/b05fd758-e082-4e5d-9184-6cb51d0d0e1e?depth=0|INFO|500||Invoke 2022-11-22T04:29:45.525Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe/model-vers/model-ver/b05fd758-e082-4e5d-9184-6cb51d0d0e1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-22T04:29:45.849Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe/model-vers/model-ver/b05fd758-e082-4e5d-9184-6cb51d0d0e1e?depth=0|INFO|500||InvokeReturn 2022-11-22T04:29:45.850Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe/model-vers/model-ver/b05fd758-e082-4e5d-9184-6cb51d0d0e1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221122-04:29:46:355-83063], vertex-id=[205040], Content-Length=[0], Date=[Tue, 22 Nov 2022 04:29:46 GMT], Content-Type=[application/json]} 2022-11-22T04:29:45.850Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-11-22T04:29:45.854Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-22T04:29:45.854Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:29:45.862Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-22T04:29:45.862Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39469d8c-f90f-40c6-a7ac-92a770f67bff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-22T04:29:45.863Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-22T04:29:45.864Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:29:45.866Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:29:45.866Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091385863, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T04:29:45.966Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:29:45.968Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:29:45.968Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:29:45.981Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:29:45.981Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:29:46.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:29:46.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:29:46.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091385863, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T04:29:46.617Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T04:29:46.884Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:29:46.884Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:29:46.884Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:29:57.208Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:29:57.208Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:29:57.209Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:29:57.209Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:30:06.771Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:30:06.772Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:30:06.772Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:30:06.773Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:30:16.310Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:30:39.839Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:30:39.840Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:30:39.840Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:30:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:30:39.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:30:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:30:49.394Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:30:49.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:31:39.839Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:31:39.842Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:31:39.843Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:31:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:31:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:31:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:31:48.402Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:31:48.405Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-22T04:31:48.405Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca98745d-b20a-45cb-bbe2-eb5ce419defc","serviceName":"vFW 2022-11-22 04-29-42","serviceVersion":"1.0","serviceUUID":"a6e662e1-1864-4959-8b25-79fb633a3ef6","serviceDescription":"catalog service description","serviceInvariantUUID":"93eb2e9b-3394-46ab-82c4-ca7aa8d812be","resources":[{"resourceInstanceName":"vFW cf300768-3283 0","resourceName":"vFW cf300768-3283","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"162c3dc0-e276-4d85-9af4-bbeda3706f8f","resourceInvariantUUID":"a7cbba13-6b60-4f58-83ef-4e2fa0323077","resourceCustomizationUUID":"62ab1f03-05bf-4c1e-b4ff-0975b624d29d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml","artifactChecksum":"YzczYWQxNmE0ZWU2ZmVjMDU0M2I0ZjZlODE5MGQ5NmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21c2b819-0012-4872-957b-0e8aab904b7d","artifactVersion":"1"},{"artifactName":"vfwcf30076832830_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json","artifactChecksum":"YzdhYjJjODA0MjEzMTRkZThkNjI4YjE1MzNkZDQ0NTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc20957a-4705-4728-80d8-65b6fb52ac07","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7ea8d3bc-9e76-4913-a15a-802ceada4574","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml","artifactChecksum":"MjA3MmI3YWZhNzdhZGQ4Nzk5NzU2OGEzY2JiZTc3Njc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"97f339c0-0aa5-4568-80e8-15ffe7e29b9c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d453687-80a7-4a7e-88e2-41cda684a69b","artifactVersion":"2","generatedFromUUID":"7ea8d3bc-9e76-4913-a15a-802ceada4574"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221122042942-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml","artifactChecksum":"MzZiZDM4MGQ4MzBjMGMzOWZhM2VkZTRmODFmZmM3YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2cf7b4c-562b-43f7-b617-dd796dd33e67","artifactVersion":"1"},{"artifactName":"service-Vfw20221122042942-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar","artifactChecksum":"Y2RhZjdhODE1Y2Q5OWQ1MWY2ZjkyZDNlOTE4YmIzY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31a4d8d0-68af-45bc-9a13-19fc6834e566","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-22T04:31:48.410Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:31:48.411Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:31:48.418Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:31:48.418Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:31:48.518Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:31:48.519Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:31:48.519Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:31:48.533Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:31:48.534Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:31:48.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:31:48.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T04:31:48.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "multicloud-k8s-id", "timestamp": 1669091499066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:31:48.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T04:31:49.418Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:31:49.419Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:31:49.421Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:31:49.421Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "NOTIFIED" } 2022-11-22T04:31:49.522Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:31:49.522Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:31:49.523Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:31:49.567Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:31:49.567Z||pool-20-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":2,"count":1} 2022-11-22T04:31:50.422Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:31:50.423Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:31:50.425Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:31:50.425Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-22T04:31:50.525Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:31:50.526Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:31:50.526Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:31:50.545Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:31:50.545Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1} 2022-11-22T04:31:51.425Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:31:51.426Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:31:51.430Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:31:51.430Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:31:51.530Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:31:51.531Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:31:51.532Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:31:51.546Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:31:51.546Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:31:52.431Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:31:52.431Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:31:52.433Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:31:52.433Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-22T04:31:52.534Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:31:52.535Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:31:52.535Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:31:52.545Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:31:52.546Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:31:53.434Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:31:53.435Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:31:53.437Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:31:53.437Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:31:53.537Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:31:53.538Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:31:53.539Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:31:53.564Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:31:53.565Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:31:54.438Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:31:54.439Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:31:54.441Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:31:54.441Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:31:54.541Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:31:54.542Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:31:54.542Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:31:54.556Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:31:54.556Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:31:55.443Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "serviceName": "vFW 2022-11-22 04-29-42", "serviceVersion": "1.0", "serviceUUID": "a6e662e1-1864-4959-8b25-79fb633a3ef6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "93eb2e9b-3394-46ab-82c4-ca7aa8d812be", "resources": [ { "resourceInstanceName": "vFW cf300768-3283 0", "resourceCustomizationUUID": "62ab1f03-05bf-4c1e-b4ff-0975b624d29d", "resourceName": "vFW cf300768-3283", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "162c3dc0-e276-4d85-9af4-bbeda3706f8f", "resourceInvariantUUID": "a7cbba13-6b60-4f58-83ef-4e2fa0323077", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwcf30076832830_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "artifactChecksum": "YzdhYjJjODA0MjEzMTRkZThkNjI4YjE1MzNkZDQ0NTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc20957a-4705-4728-80d8-65b6fb52ac07", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7ea8d3bc-9e76-4913-a15a-802ceada4574", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5d453687-80a7-4a7e-88e2-41cda684a69b", "generatedFromUUID": "7ea8d3bc-9e76-4913-a15a-802ceada4574" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5d453687-80a7-4a7e-88e2-41cda684a69b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221122042942-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "artifactChecksum": "Y2RhZjdhODE1Y2Q5OWQ1MWY2ZjkyZDNlOTE4YmIzY2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "31a4d8d0-68af-45bc-9a13-19fc6834e566" } ], "workloadContext": "Production" } 2022-11-22T04:31:55.444Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-22T04:31:55.444Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a6e662e1-1864-4959-8b25-79fb633a3ef6 ASDC 2022-11-22T04:31:55.445Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ca98745d-b20a-45cb-bbe2-eb5ce419defc ServiceName:vFW 2022-11-22 04-29-42 ServiceVersion:1.0 ServiceUUID:a6e662e1-1864-4959-8b25-79fb633a3ef6 ServiceInvariantUUID:93eb2e9b-3394-46ab-82c4-ca7aa8d812be ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221122042942-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar ArtifactUUID:31a4d8d0-68af-45bc-9a13-19fc6834e566 ArtifactChecksum:Y2RhZjdhODE1Y2Q5OWQ1MWY2ZjkyZDNlOTE4YmIzY2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW cf300768-3283 0 ResourceCustomizationUUID:62ab1f03-05bf-4c1e-b4ff-0975b624d29d ResourceInvariantUUID:a7cbba13-6b60-4f58-83ef-4e2fa0323077 ResourceName:vFW cf300768-3283 ResourceType:VF ResourceUUID:162c3dc0-e276-4d85-9af4-bbeda3706f8f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwcf30076832830_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json ArtifactUUID:cc20957a-4705-4728-80d8-65b6fb52ac07 ArtifactChecksum:YzdhYjJjODA0MjEzMTRkZThkNjI4YjE1MzNkZDQ0NTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml ArtifactUUID:7ea8d3bc-9e76-4913-a15a-802ceada4574 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env ArtifactUUID:5d453687-80a7-4a7e-88e2-41cda684a69b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env ArtifactUUID:5d453687-80a7-4a7e-88e2-41cda684a69b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-22T04:31:55.446Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6e662e1-1864-4959-8b25-79fb633a3ef6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:31:55.494Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T04:31:55.496Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-22T04:31:55.496Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-22T04:31:55.497Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 31a4d8d0-68af-45bc-9a13-19fc6834e566 from URL: /sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:55.497Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-22T04:31:55.497Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:55.645Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-22T04:31:55.650Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar 31a4d8d0-68af-45bc-9a13-19fc6834e566 100700 2022-11-22T04:31:55.650Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar ASDC sendASDCNotification 2022-11-22T04:31:55.650Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:55.715Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:31:55.715Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:31:55.718Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:31:55.718Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091515650, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:31:55.818Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:31:55.819Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:31:55.819Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:31:55.830Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:31:55.830Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:31:56.719Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T04:31:56.720Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-22T04:31:56.720Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 31a4d8d0-68af-45bc-9a13-19fc6834e566, URL: /sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar to file: /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:56.721Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221122042942-csar.csar 2022-11-22T04:31:56.722Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:56.722Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:56.914Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14122570783770580801/Definitions/service-Vfw20221122042942-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2022-11-22T04:31:59.086Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-22T04:31:59.087Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-22T04:31:59.087Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:59.087Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-22T04:31:59.088Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:59.088Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:59.088Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:59.088Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:59.088Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:59.089Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:59.089Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:59.089Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:59.089Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:59.089Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cf300768-3283 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-Vfw20221122042942-csar.csar 2022-11-22T04:31:59.089Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar 2022-11-22T04:31:59.090Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-22T04:31:59.090Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.090Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:31:59.091Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria 2022-11-22T04:31:59.091Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-22T04:31:59.091Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T04:31:59.092Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.092Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:31:59.092Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria 2022-11-22T04:31:59.092Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-22T04:31:59.092Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T04:31:59.093Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.093Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:31:59.093Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.094Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria 2022-11-22T04:31:59.094Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-22T04:31:59.094Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-22T04:31:59.094Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-22T04:31:59.095Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-22T04:31:59.095Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-22T04:31:59.095Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-22T04:31:59.096Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-22T04:31:59.098Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-22T04:31:59.098Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-22T04:31:59.098Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-22T04:31:59.098Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-22T04:31:59.098Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-22T04:31:59.098Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria 2022-11-22T04:31:59.100Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:31:59.100Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.100Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria 2022-11-22T04:31:59.100Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:31:59.100Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.100Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria 2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria 2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-22T04:31:59.102Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dede3334-7217-4a42-b3cb-51fa59046609 2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria 2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=059c15f2-23d6-4a9f-bf52-cc1c0fd652a6 2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria 2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-22T04:31:59.107Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-22T04:31:59.107Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-22T04:31:59.107Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-22T04:31:59.107Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-22T04:31:59.107Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-22T04:31:59.107Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-22T04:31:59.108Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-22T04:31:59.108Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d79be84b-7e24-45c4-b05d-15c58332e2ae 2022-11-22T04:31:59.109Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.109Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:31:59.109Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.110Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:31:59.110Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.110Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:31:59.111Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:31:59.111Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:31:59.111Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-22 04-29-42 Description:catalog service description Model UUID:a6e662e1-1864-4959-8b25-79fb633a3ef6 Model Version:NULL Model InvariantUuid:93eb2e9b-3394-46ab-82c4-ca7aa8d812be Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW cf300768-3283 Model UUID:3b411b95-e251-4562-abf9-07216499bd62 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a7cbba13-6b60-4f58-83ef-4e2fa0323077 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:62ab1f03-05bf-4c1e-b4ff-0975b624d29d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:777c13de-c94f-48a9-92c0-9f2b6c74c410 ModelName:VfwCf3007683283..base_vfw..module-0 ModelUuid:6484bbb8-e4e4-43f9-87ed-d3241e7c8202 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dede3334-7217-4a42-b3cb-51fa59046609 ModelInvariantUuid:72b47ba7-cffe-4660-8dfb-06bf462ec357 ModelName:vFW cf300768-3283-nodes.vfwCvfc ModelUuid:a3eb5d52-f9c2-4eba-ac3f-1993c9ce7481 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:92fb82c7-4228-4a82-a213-32afb5420e9a ModelInvariantUuid:263fdcc6-6fc4-4d16-823d-549cddea3646 ModelName:VfwCf3007683283.compute.nodes.heat.vfw ModelUuid:627146c7-b01e-4186-86d9-d3546549c436 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:059c15f2-23d6-4a9f-bf52-cc1c0fd652a6 ModelInvariantUuid:ad0b6de5-c0cd-4c95-ab10-b751a56494af ModelName:vFW cf300768-3283-nodes.vsnCvfc ModelUuid:90117d4f-375e-42b1-a276-395fffe69f75 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ed576806-1a9b-4056-b1f2-9105d53a39ee ModelInvariantUuid:2afe3001-fad9-46bc-855f-df32d2f9823c ModelName:VfwCf3007683283.compute.nodes.heat.vsn ModelUuid:c5d09b8b-9b99-4e0a-891e-f5dce31e3361 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d79be84b-7e24-45c4-b05d-15c58332e2ae ModelInvariantUuid:5a049572-4bad-40e7-afe8-95b6f21fd21b ModelName:vFW cf300768-3283-nodes.vpgCvfc ModelUuid:29903b93-5924-4647-ac50-4f3f5d6c0281 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:807038f1-f1c0-4183-aaf2-fe33145e9034 ModelInvariantUuid:7e58b708-2c06-47b2-a231-2f953c8ede20 ModelName:VfwCf3007683283.compute.nodes.heat.vpg ModelUuid:7516582c-b4d3-4bbe-a047-b435eec00a02 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-22T04:31:59.125Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 162c3dc0-e276-4d85-9af4-bbeda3706f8f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:31:59.130Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||vFW cf300768-3283 0 2022-11-22T04:31:59.131Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 162c3dc0-e276-4d85-9af4-bbeda3706f8f 2022-11-22T04:31:59.131Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cc20957a-4705-4728-80d8-65b6fb52ac07 from URL: /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json 2022-11-22T04:31:59.131Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-22T04:31:59.132Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json 2022-11-22T04:31:59.271Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-22T04:31:59.272Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json cc20957a-4705-4728-80d8-65b6fb52ac07 785 2022-11-22T04:31:59.272Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json ASDC sendASDCNotification 2022-11-22T04:31:59.272Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json 2022-11-22T04:31:59.273Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:31:59.274Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:31:59.276Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:31:59.276Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091519272, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T04:31:59.377Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-22T04:31:59.378Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:31:59.379Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:31:59.390Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:31:59.390Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:32:00.282Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCf3007683283..base_vfw..module-0", "vfModuleModelInvariantUUID": "777c13de-c94f-48a9-92c0-9f2b6c74c410", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6484bbb8-e4e4-43f9-87ed-d3241e7c8202", "vfModuleModelCustomizationUUID": "4923b27d-372a-42ad-bbf6-c7da51750901", "isBase": true, "artifacts": [ "7ea8d3bc-9e76-4913-a15a-802ceada4574", "5d453687-80a7-4a7e-88e2-41cda684a69b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-22T04:32:00.288Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCf3007683283..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6484bbb8-e4e4-43f9-87ed-d3241e7c8202 VfModuleModelInvariantUUID:777c13de-c94f-48a9-92c0-9f2b6c74c410 VfModuleModelDescription:NULL Artifacts UUID List:{ 7ea8d3bc-9e76-4913-a15a-802ceada4574 , 5d453687-80a7-4a7e-88e2-41cda684a69b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-22T04:32:00.291Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCf3007683283..base_vfw..module-0", "vfModuleModelInvariantUUID": "777c13de-c94f-48a9-92c0-9f2b6c74c410", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6484bbb8-e4e4-43f9-87ed-d3241e7c8202", "vfModuleModelCustomizationUUID": "4923b27d-372a-42ad-bbf6-c7da51750901", "isBase": true, "artifacts": [ "7ea8d3bc-9e76-4913-a15a-802ceada4574", "5d453687-80a7-4a7e-88e2-41cda684a69b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-22T04:32:00.291Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCf3007683283..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6484bbb8-e4e4-43f9-87ed-d3241e7c8202 VfModuleModelInvariantUUID:777c13de-c94f-48a9-92c0-9f2b6c74c410 VfModuleModelDescription:NULL Artifacts UUID List:{ 7ea8d3bc-9e76-4913-a15a-802ceada4574 , 5d453687-80a7-4a7e-88e2-41cda684a69b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-22T04:32:00.291Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7ea8d3bc-9e76-4913-a15a-802ceada4574 from URL: /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml 2022-11-22T04:32:00.291Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-22T04:32:00.291Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml 2022-11-22T04:32:00.419Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-22T04:32:00.420Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml 7ea8d3bc-9e76-4913-a15a-802ceada4574 20368 2022-11-22T04:32:00.420Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-22T04:32:00.420Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml 2022-11-22T04:32:00.420Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:32:00.421Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:32:00.423Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:32:00.423Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091520420, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:32:00.523Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:32:00.524Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:32:00.524Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:32:00.538Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:32:00.538Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:32:01.424Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5d453687-80a7-4a7e-88e2-41cda684a69b from URL: /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env 2022-11-22T04:32:01.424Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-22T04:32:01.424Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env 2022-11-22T04:32:01.617Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-22T04:32:01.619Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env 5d453687-80a7-4a7e-88e2-41cda684a69b 2098 2022-11-22T04:32:01.619Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-22T04:32:01.619Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env 2022-11-22T04:32:01.621Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:32:01.622Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:32:01.623Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:32:01.624Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091521619, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:32:01.726Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-22T04:32:01.727Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:32:01.727Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:32:01.737Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:32:01.737Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:32:02.624Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a6e662e1-1864-4959-8b25-79fb633a3ef6 2022-11-22T04:32:02.626Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cf300768-3283 0 162c3dc0-e276-4d85-9af4-bbeda3706f8f ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:32:02.645Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4676a912, org.onap.sdc.toscaparser.api.parameters.Input@4c7621e2, org.onap.sdc.toscaparser.api.parameters.Input@22cd182, org.onap.sdc.toscaparser.api.parameters.Input@2afc6694, org.onap.sdc.toscaparser.api.parameters.Input@593174e0] 2022-11-22T04:32:02.647Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.648Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:32:02.648Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-11-22T04:32:02.648Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 62ab1f03-05bf-4c1e-b4ff-0975b624d29d 2022-11-22T04:32:02.649Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62ab1f03-05bf-4c1e-b4ff-0975b624d29d matches Tosca VF Customization UUID: 62ab1f03-05bf-4c1e-b4ff-0975b624d29d 2022-11-22T04:32:02.649Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 62ab1f03-05bf-4c1e-b4ff-0975b624d29d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-22T04:32:02.652Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.652Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:32:02.653Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 62ab1f03-05bf-4c1e-b4ff-0975b624d29d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-22T04:32:02.653Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@970549c 2022-11-22T04:32:02.654Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.654Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-22T04:32:02.654Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4923b27d-372a-42ad-bbf6-c7da51750901 2022-11-22T04:32:02.655Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4923b27d-372a-42ad-bbf6-c7da51750901 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-22T04:32:02.657Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.658Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria 2022-11-22T04:32:02.658Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:32:02.658Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.659Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria 2022-11-22T04:32:02.659Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:32:02.659Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.660Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria 2022-11-22T04:32:02.660Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-22T04:32:02.660Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-22T04:32:02.661Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-22T04:32:02.661Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-22T04:32:02.661Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-22T04:32:02.662Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-22T04:32:02.662Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-22T04:32:02.662Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-22T04:32:02.663Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-22T04:32:02.663Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-22T04:32:02.663Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-22T04:32:02.663Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dede3334-7217-4a42-b3cb-51fa59046609 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-22T04:32:02.666Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.666Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria 2022-11-22T04:32:02.667Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:32:02.667Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.667Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria 2022-11-22T04:32:02.668Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-22T04:32:02.668Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-22T04:32:02.668Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-22T04:32:02.668Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-22T04:32:02.669Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-22T04:32:02.669Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-22T04:32:02.669Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-22T04:32:02.670Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-22T04:32:02.670Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-22T04:32:02.670Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-22T04:32:02.671Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-22T04:32:02.671Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-22T04:32:02.671Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=059c15f2-23d6-4a9f-bf52-cc1c0fd652a6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-22T04:32:02.673Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.674Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria 2022-11-22T04:32:02.674Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:32:02.678Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.678Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria 2022-11-22T04:32:02.678Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-22T04:32:02.679Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-22T04:32:02.679Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-22T04:32:02.679Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-22T04:32:02.679Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-22T04:32:02.680Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-22T04:32:02.680Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-22T04:32:02.680Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-22T04:32:02.681Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-22T04:32:02.681Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-22T04:32:02.681Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-22T04:32:02.682Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-22T04:32:02.682Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d79be84b-7e24-45c4-b05d-15c58332e2ae Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-22T04:32:02.685Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.685Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria 2022-11-22T04:32:02.685Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:32:02.686Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.686Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria 2022-11-22T04:32:02.686Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=62ab1f03-05bf-4c1e-b4ff-0975b624d29d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:32:02.688Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.689Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:32:02.689Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a6e662e1-1864-4959-8b25-79fb633a3ef6: vFW cf300768-3283 2022-11-22T04:32:02.689Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.690Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:32:02.690Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.690Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:32:02.691Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.691Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:32:02.691Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.692Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:32:02.692Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:32:02.692Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:32:02.693Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-11-22 04-29-42 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:32:02.867Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cf300768-3283 162c3dc0-e276-4d85-9af4-bbeda3706f8f 1 ASDC deployResourceStructure 2022-11-22T04:32:02.867Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json ASDC sendASDCNotification 2022-11-22T04:32:02.868Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json 2022-11-22T04:32:02.868Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:32:02.868Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:32:02.870Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:32:02.871Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091522867, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "DEPLOY_OK" } 2022-11-22T04:32:02.971Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:32:02.972Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:32:02.972Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:32:02.982Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:32:02.982Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:32:03.871Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-22T04:32:03.872Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml 2022-11-22T04:32:03.872Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:32:03.872Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:32:03.874Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:32:03.875Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091523871, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-22T04:32:03.975Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:32:03.975Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:32:03.976Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:32:03.985Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:32:03.986Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:32:04.875Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-22T04:32:04.876Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env 2022-11-22T04:32:04.876Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:32:04.877Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:32:04.879Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:32:04.879Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091524875, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-22T04:32:04.979Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:32:04.981Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:32:04.981Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:32:05.018Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:32:05.019Z||pool-32-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:32:05.880Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar ASDC sendASDCNotification 2022-11-22T04:32:05.881Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar 2022-11-22T04:32:05.881Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:32:05.881Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:32:05.883Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:32:05.884Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091525880, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:32:05.984Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:32:05.984Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:32:05.985Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:32:06.003Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:32:06.004Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:32:06.885Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:32:06.896Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:32:06.899Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:32:06.899Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:32:06.900Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:32:36.900Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:32:36.914Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:32:36.916Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:32:36.916Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:32:36.916Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:32:39.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:32:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:32:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:32:39.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:32:39.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T04:32:39.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:32:39.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T04:33:06.916Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:33:06.931Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:33:06.934Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:33:06.934Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:33:06.934Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:33:36.935Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:33:36.944Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:33:36.946Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:33:36.946Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:33:36.946Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:33:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:33:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:33:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:33:39.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:33:39.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:33:39.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "aai-ml", "timestamp": 1669091507377, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:33:39.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:33:39.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:33:39.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "cds", "timestamp": 1669091499127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:33:39.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:06.947Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:34:06.960Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:34:06.962Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:34:06.962Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:34:06.963Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:34:36.963Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:34:36.972Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:34:36.979Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:34:36.979Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:34:36.979Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:34:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:34:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:34:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:34:40.387Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:34:40.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "aai-ml", "timestamp": 1669091507377, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "multicloud-k8s-id", "timestamp": 1669091499066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "NOTIFIED" } 2022-11-22T04:34:40.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "NOTIFIED" } 2022-11-22T04:34:40.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "cds", "timestamp": 1669091499127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "multicloud-k8s-id", "timestamp": 1669091499066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-22T04:34:40.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-22T04:34:40.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "aai-ml", "timestamp": 1669091507377, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "cds", "timestamp": 1669091499127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "aai-ml", "timestamp": 1669091507377, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "multicloud-k8s-id", "timestamp": 1669091499066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "cds", "timestamp": 1669091499127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "multicloud-k8s-id", "timestamp": 1669091499066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-22T04:34:40.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "aai-ml", "timestamp": 1669091507377, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-22T04:34:40.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "cds", "timestamp": 1669091499127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "multicloud-k8s-id", "timestamp": 1669091499066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "aai-ml", "timestamp": 1669091507377, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "cds", "timestamp": 1669091499127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "multicloud-k8s-id", "timestamp": 1669091499066, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:34:40.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "aai-ml", "timestamp": 1669091507377, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:34:40.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091499839, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:34:40.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "cds", "timestamp": 1669091499127, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:34:40.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "multicloud-k8s-id", "timestamp": 1669091515577, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T04:34:40.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "aai-ml", "timestamp": 1669091515950, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:34:40.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "cds", "timestamp": 1669091515950, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:34:40.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091515650, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:34:40.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "multicloud-k8s-id", "timestamp": 1669091516671, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:34:40.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "cds", "timestamp": 1669091516958, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:34:40.411Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca98745d-b20a-45cb-bbe2-eb5ce419defc 2022-11-22T04:34:40.411Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca98745d-b20a-45cb-bbe2-eb5ce419defc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:34:40.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "ves-openapi-manager", "timestamp": 1669091517480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "multicloud-k8s-id", "timestamp": 1669091517865, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:34:40.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "ves-openapi-manager", "timestamp": 1669091517480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "multicloud-k8s-id", "timestamp": 1669091518946, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:34:40.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca98745d-b20a-45cb-bbe2-eb5ce419defc 2022-11-22T04:34:40.428Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca98745d-b20a-45cb-bbe2-eb5ce419defc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:34:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091519272, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T04:34:40.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "ves-openapi-manager", "timestamp": 1669091517480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "multicloud-k8s-id", "timestamp": 1669091519950, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "DEPLOY_OK" } 2022-11-22T04:34:40.438Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091520420, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:34:40.439Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "ves-openapi-manager", "timestamp": 1669091517480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091521619, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:34:40.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "ves-openapi-manager", "timestamp": 1669091517480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091522867, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json", "status": "DEPLOY_OK" } 2022-11-22T04:34:40.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "ves-openapi-manager", "timestamp": 1669091517480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091523871, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-22T04:34:40.442Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "ves-openapi-manager", "timestamp": 1669091517480, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:34:40.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:34:40.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-22T04:34:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091524875, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-22T04:34:40.443Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091525880, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:34:40.443Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091525974, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:34:40.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "aai-ml", "timestamp": 1669091527150, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:34:40.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "aai-ml", "timestamp": 1669091528155, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:34:40.451Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ca98745d-b20a-45cb-bbe2-eb5ce419defc 2022-11-22T04:34:40.451Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca98745d-b20a-45cb-bbe2-eb5ce419defc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:34:40.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091535576, "artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:34:40.460Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:34:40.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:34:40.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091536598, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:34:40.469Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca98745d-b20a-45cb-bbe2-eb5ce419defc 2022-11-22T04:34:40.469Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca98745d-b20a-45cb-bbe2-eb5ce419defc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:35:06.979Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:35:06.991Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:35:06.994Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:35:06.994Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-22T04:35:06.994Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-22T04:35:06.994Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-22T04:35:06.994Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:35:06.995Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:35:06.995Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:35:06.995Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:35:06.995Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:35:06.995Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:35:07.000Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-22T04:35:37.001Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-22T04:35:37.007Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc and serviceModelVersionId: a6e662e1-1864-4959-8b25-79fb633a3ef6 2022-11-22T04:35:37.007Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93eb2e9b-3394-46ab-82c4-ca7aa8d812be 2022-11-22T04:35:37.010Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93eb2e9b-3394-46ab-82c4-ca7aa8d812be/model-vers/model-ver/a6e662e1-1864-4959-8b25-79fb633a3ef6?depth=0 2022-11-22T04:35:37.016Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-22T04:35:37.082Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93eb2e9b-3394-46ab-82c4-ca7aa8d812be/model-vers/model-ver/a6e662e1-1864-4959-8b25-79fb633a3ef6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-22T04:35:37.084Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93eb2e9b-3394-46ab-82c4-ca7aa8d812be/model-vers/model-ver/a6e662e1-1864-4959-8b25-79fb633a3ef6?depth=0|INFO|500||Invoke 2022-11-22T04:35:37.112Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93eb2e9b-3394-46ab-82c4-ca7aa8d812be/model-vers/model-ver/a6e662e1-1864-4959-8b25-79fb633a3ef6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-22T04:35:37.286Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93eb2e9b-3394-46ab-82c4-ca7aa8d812be/model-vers/model-ver/a6e662e1-1864-4959-8b25-79fb633a3ef6?depth=0|INFO|500||InvokeReturn 2022-11-22T04:35:37.287Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93eb2e9b-3394-46ab-82c4-ca7aa8d812be/model-vers/model-ver/a6e662e1-1864-4959-8b25-79fb633a3ef6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221122-04:35:37:953-46510], vertex-id=[217264], Content-Length=[0], Date=[Tue, 22 Nov 2022 04:35:37 GMT], Content-Type=[application/json]} 2022-11-22T04:35:37.287Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-11-22T04:35:37.288Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-22T04:35:37.288Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:35:37.292Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-22T04:35:37.292Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca98745d-b20a-45cb-bbe2-eb5ce419defc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-22T04:35:37.292Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-22T04:35:37.293Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:35:37.294Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:35:37.295Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091737292, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T04:35:37.395Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:35:37.395Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:35:37.396Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:35:37.413Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:35:37.414Z||pool-34-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-11-22T04:35:38.309Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:35:38.310Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:35:38.310Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:35:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:35:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:35:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:35:40.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:35:40.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-22T04:35:40.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669091737292, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T04:35:40.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:35:48.644Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:35:48.645Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:35:48.646Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:35:48.646Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:35:58.188Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:35:58.189Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:35:58.190Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:35:58.190Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:36:07.740Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:36:07.740Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:36:07.741Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:36:07.741Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:36:17.468Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:36:39.839Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:36:39.840Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:36:39.840Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:36:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:36:39.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:36:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:36:49.375Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:36:49.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:37:39.839Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:37:39.840Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:37:39.840Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:37:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:37:39.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:37:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:37:49.387Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:37:49.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:38:39.839Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:38:39.840Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:38:39.840Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:38:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:38:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:38:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:38:49.437Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:38:49.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:39:39.839Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:39:39.842Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:39:39.843Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:39:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:39:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:39:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:39:49.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:39:49.421Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:40:39.839Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:40:39.841Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:40:39.841Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:40:39.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:40:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:40:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:40:40.493Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:40:40.493Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.494Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2135e899-e3bb-4373-93ec-d2a0be6b3e80","serviceDescription":"service","serviceInvariantUUID":"4d1359c9-c216-4e16-be6b-da6dde820e7b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"caa32ea9-9141-41ef-9e1f-ff6ec8803baa","resourceInvariantUUID":"c6ebd282-8120-4498-9ff1-34f1a071af44","resourceCustomizationUUID":"377fd4f7-c290-45ea-ae0b-c4f76cef3eb1","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":"YjJiOTc4NTcxM2NjOGIyNmEzMDJjYzhkNjcxNTJjMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b0be32dc-b76f-400c-ae22-15910b032812","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTQ1Zjc1NjYwZWE5ZjM1YTMzNTE5MWIzYjk4YzU2OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb2f4e59-ded3-49f2-bf10-3a8994e91361","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-22T04:40:40.501Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:40:40.502Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:40:40.508Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:40:40.508Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092039839, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:40:40.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:40:40.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "multicloud-k8s-id", "timestamp": 1669091999066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:40:40.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:40:40.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "cds", "timestamp": 1669091994126, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:40:40.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:40:40.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "ves-openapi-manager", "timestamp": 1669091997480, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:40:40.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:40:40.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091997572, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:40:40.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:40:40.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "multicloud-k8s-id", "timestamp": 1669091999066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:40:40.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:40:40.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "cds", "timestamp": 1669091994126, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:40:40.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:40:40.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "ves-openapi-manager", "timestamp": 1669091997480, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:40:40.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:40:40.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669091997572, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:40:40.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:40:40.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "cds", "timestamp": 1669092007153, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:40:40.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:40:40.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092007077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:40:40.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:40:40.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "cds", "timestamp": 1669092008169, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:40:40.573Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 2022-11-22T04:40:40.573Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:40:40.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092011147, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:40:40.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:40:40.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092012192, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:40:40.589Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 2022-11-22T04:40:40.589Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:40:40.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "aai-ml", "timestamp": 1669092017377, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:40:40.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:40:40.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "aai-ml", "timestamp": 1669092017377, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:40:40.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:40:40.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "aai-ml", "timestamp": 1669092020662, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:40:40.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:40:40.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "aai-ml", "timestamp": 1669092024914, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:40:40.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:40:40.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:40:40.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "aai-ml", "timestamp": 1669092025919, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:40:40.604Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 2022-11-22T04:40:40.604Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:40:40.610Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-22T04:40:40.611Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:40:40.611Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:40:40.622Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:40:40.623Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:40:41.509Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:40:41.511Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:40:41.518Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:40:41.518Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092039839, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:40:41.616Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-22T04:40:41.617Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:40:41.617Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:40:41.666Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:40:41.666Z||pool-36-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:40:42.521Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2135e899-e3bb-4373-93ec-d2a0be6b3e80", "serviceDescription": "service", "serviceInvariantUUID": "4d1359c9-c216-4e16-be6b-da6dde820e7b", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "377fd4f7-c290-45ea-ae0b-c4f76cef3eb1", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "caa32ea9-9141-41ef-9e1f-ff6ec8803baa", "resourceInvariantUUID": "c6ebd282-8120-4498-9ff1-34f1a071af44", "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": "ZTQ1Zjc1NjYwZWE5ZjM1YTMzNTE5MWIzYjk4YzU2OGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cb2f4e59-ded3-49f2-bf10-3a8994e91361" } ], "workloadContext": "Production" } 2022-11-22T04:40:42.521Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-22T04:40:42.521Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2135e899-e3bb-4373-93ec-d2a0be6b3e80 ASDC 2022-11-22T04:40:42.522Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2135e899-e3bb-4373-93ec-d2a0be6b3e80 ServiceInvariantUUID:4d1359c9-c216-4e16-be6b-da6dde820e7b 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:cb2f4e59-ded3-49f2-bf10-3a8994e91361 ArtifactChecksum:ZTQ1Zjc1NjYwZWE5ZjM1YTMzNTE5MWIzYjk4YzU2OGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:377fd4f7-c290-45ea-ae0b-c4f76cef3eb1 ResourceInvariantUUID:c6ebd282-8120-4498-9ff1-34f1a071af44 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:caa32ea9-9141-41ef-9e1f-ff6ec8803baa ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-22T04:40:42.522Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2135e899-e3bb-4373-93ec-d2a0be6b3e80 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T04:40:42.553Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T04:40:42.555Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-22T04:40:42.555Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-22T04:40:42.555Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cb2f4e59-ded3-49f2-bf10-3a8994e91361 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-22T04:40:42.556Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-22T04:40:42.556Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-22T04:40:42.869Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-22T04:40:42.887Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cb2f4e59-ded3-49f2-bf10-3a8994e91361 57661 2022-11-22T04:40:42.888Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-22T04:40:42.888Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-22T04:40:42.888Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:40:42.888Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:40:42.892Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:40:42.892Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092042888, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:40:42.992Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:40:42.993Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:40:42.993Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:40:43.008Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:40:43.008Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:40:43.893Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T04:40:43.894Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-22T04:40:43.895Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cb2f4e59-ded3-49f2-bf10-3a8994e91361, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-22T04:40:43.896Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-22T04:40:43.897Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-22T04:40:43.897Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-22T04:40:44.070Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1041429262303934491/Definitions/service-BasicNetwork-template.yml 2022-11-22T04:40:44.660Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-22T04:40:44.660Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-22T04:40:44.660Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-22T04:40:44.660Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-22T04:40:44.662Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.662Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.662Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-22T04:40:44.662Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-22T04:40:44.663Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T04:40:44.663Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.663Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.663Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-22T04:40:44.663Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-22T04:40:44.663Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T04:40:44.664Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.664Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.664Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.664Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.664Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.665Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.665Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.665Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.665Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.665Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.665Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2135e899-e3bb-4373-93ec-d2a0be6b3e80 Model Version:NULL Model InvariantUuid:4d1359c9-c216-4e16-be6b-da6dde820e7b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c6ebd282-8120-4498-9ff1-34f1a071af44 Model UUID:46154b53-37be-4e5b-bd03-a88440f467ba Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:377fd4f7-c290-45ea-ae0b-c4f76cef3eb1 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-22T04:40:44.672Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: caa32ea9-9141-41ef-9e1f-ff6ec8803baa 2022-11-22T04:40:44.672Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||No resources found for Service: 2135e899-e3bb-4373-93ec-d2a0be6b3e80 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:40:44.677Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| 2022-11-22T04:40:44.677Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-22T04:40:44.678Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2135e899-e3bb-4373-93ec-d2a0be6b3e80 2022-11-22T04:40:44.678Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2135e899-e3bb-4373-93ec-d2a0be6b3e80 2022-11-22T04:40:44.678Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-22T04:40:44.679Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:40:44.683Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40c6644b, org.onap.sdc.toscaparser.api.parameters.Input@786b055, org.onap.sdc.toscaparser.api.parameters.Input@71586245, org.onap.sdc.toscaparser.api.parameters.Input@63ce2c72, org.onap.sdc.toscaparser.api.parameters.Input@1059f87c] 2022-11-22T04:40:44.684Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.684Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.685Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.685Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.685Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2135e899-e3bb-4373-93ec-d2a0be6b3e80: Generic NeutronNet 2022-11-22T04:40:44.686Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.686Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.686Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.686Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-11-22T04:40:44.723Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.724Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.724Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.725Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.725Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:40:44.725Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:40:44.725Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-22T04:40:44.788Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-22T04:40:44.788Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-22T04:40:44.788Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-22T04:40:44.788Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:40:44.789Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:40:44.790Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:40:44.790Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092044788, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:40:44.891Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:40:44.891Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:40:44.891Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:40:44.902Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:40:44.902Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:40:45.793Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:40:45.804Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:40:45.806Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:40:45.807Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-22T04:40:45.807Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-22T04:40:45.807Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-22T04:40:45.807Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:40:45.808Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:40:45.808Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:40:45.808Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:40:45.808Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:40:45.813Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-22T04:41:15.813Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-22T04:41:15.821Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 and serviceModelVersionId: 2135e899-e3bb-4373-93ec-d2a0be6b3e80 2022-11-22T04:41:15.821Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d1359c9-c216-4e16-be6b-da6dde820e7b 2022-11-22T04:41:15.823Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d1359c9-c216-4e16-be6b-da6dde820e7b/model-vers/model-ver/2135e899-e3bb-4373-93ec-d2a0be6b3e80?depth=0 2022-11-22T04:41:15.828Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-22T04:41:15.884Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d1359c9-c216-4e16-be6b-da6dde820e7b/model-vers/model-ver/2135e899-e3bb-4373-93ec-d2a0be6b3e80?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-22T04:41:15.887Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d1359c9-c216-4e16-be6b-da6dde820e7b/model-vers/model-ver/2135e899-e3bb-4373-93ec-d2a0be6b3e80?depth=0|INFO|500||Invoke 2022-11-22T04:41:15.927Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d1359c9-c216-4e16-be6b-da6dde820e7b/model-vers/model-ver/2135e899-e3bb-4373-93ec-d2a0be6b3e80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-22T04:41:16.426Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d1359c9-c216-4e16-be6b-da6dde820e7b/model-vers/model-ver/2135e899-e3bb-4373-93ec-d2a0be6b3e80?depth=0|INFO|500||InvokeReturn 2022-11-22T04:41:16.427Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d1359c9-c216-4e16-be6b-da6dde820e7b/model-vers/model-ver/2135e899-e3bb-4373-93ec-d2a0be6b3e80?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221122-04:41:16:778-9701], vertex-id=[221264], Content-Length=[0], Date=[Tue, 22 Nov 2022 04:41:16 GMT], Content-Type=[application/json]} 2022-11-22T04:41:16.427Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-11-22T04:41:16.428Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-22T04:41:16.428Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:41:16.435Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-22T04:41:16.436Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-22T04:41:16.436Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-22T04:41:16.436Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:41:16.438Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:41:16.439Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092076436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T04:41:16.539Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:41:16.540Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:41:16.540Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:16.559Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:16.559Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T04:41:39.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:41:39.840Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:41:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:41:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:41:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:39.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:39.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:41:39.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092039839, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:41:39.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:41:40.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:40.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-22T04:41:40.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dbaa80c3-57d7-4ed5-ab82-a3d985fe040b","serviceName":"Demo_pNF_5enGaa6JBYf8kkJJp54m","serviceVersion":"1.0","serviceUUID":"50d22d30-1cb6-4044-a508-2eecf20aceff","serviceDescription":"catalog service description","serviceInvariantUUID":"839db94c-da5a-42ae-b83f-0d3785e9b522","resources":[{"resourceInstanceName":"pNF 29f63235-d989 0","resourceName":"pNF 29f63235-d989","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8fc770a5-cc7d-407f-8661-bc0e0d72ce3f","resourceInvariantUUID":"966fb1ca-a8a4-4940-bbc4-4cb34b7b2277","resourceCustomizationUUID":"f11d1e2a-b8c1-432d-a08a-e8c9a1320d5d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vf-license-model.xml","artifactChecksum":"OTg5NzM2NWNkYmUzNzQzMTFiODMwYTE3M2E3MGQ2ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"469ce536-eab8-4e6c-9550-fadb8b8a3191","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/pNF.csar","artifactChecksum":"MjUzN2MxMWQ4M2FkOWJmNjJlYmMxMjIxZTM2ZjlhMzQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14486c78-01f9-4eac-a473-66b2be0ce342","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91b55723-3024-46ba-a16d-c73895f041e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vendor-license-model.xml","artifactChecksum":"M2FkOTBlZDM2ZDA4NzQ5NTY0NTQ3MmI4YWNkYTYyN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"04aa6343-c591-4694-b69a-56ba2ebc0e8c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2ddd8486-264e-4dd1-94eb-d0eb5a019010","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f5129e2-fd91-4fb1-bfd4-ab9288f1fffd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5engaa6jbyf8kkjjp54m-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-template.yml","artifactChecksum":"MWYwMzdhOTI4YjM4MjU5ZGJhNWI3OWVlZTE4ZGFmZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"11476b75-c813-4caf-ba07-3c065c701f98","artifactVersion":"1"},{"artifactName":"service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar","artifactChecksum":"MzQ4YzM2MTVhMjMyMzVkYmMwZWE5OTBlMWZhODI4ZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad13d44f-b2d3-49f0-b717-d426de70e714","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-22T04:41:40.481Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:41:40.481Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:41:40.484Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:41:40.484Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:41:40.584Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:41:40.586Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:41:40.586Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:40.598Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:40.598Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:41:41.485Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:41:41.487Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:41:41.489Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:41:41.489Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:41:41.589Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:41:41.590Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:41:41.590Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:41.600Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:41.601Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:41:42.489Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:41:42.490Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:41:42.492Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:41:42.492Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T04:41:42.592Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:41:42.593Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:41:42.593Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:42.625Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:42.625Z||pool-42-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:41:43.492Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:41:43.493Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:41:43.495Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:41:43.495Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:41:43.595Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:41:43.596Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:41:43.596Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:43.607Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:43.607Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:41:44.495Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:41:44.497Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:41:44.499Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:41:44.499Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:41:44.599Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:41:44.600Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:41:44.600Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:44.611Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:44.611Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:41:45.499Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:41:45.500Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:41:45.503Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:41:45.503Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:41:45.603Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:41:45.603Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:41:45.604Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:45.615Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:45.616Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:41:46.504Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:41:46.505Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:41:46.507Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:41:46.507Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:41:46.607Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:41:46.609Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:41:46.609Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:46.653Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:46.654Z||pool-46-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:41:47.508Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:41:47.509Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:41:47.511Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:41:47.511Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:41:47.611Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:41:47.611Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:41:47.612Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:47.652Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:47.652Z||pool-47-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:41:48.512Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "serviceName": "Demo_pNF_5enGaa6JBYf8kkJJp54m", "serviceVersion": "1.0", "serviceUUID": "50d22d30-1cb6-4044-a508-2eecf20aceff", "serviceDescription": "catalog service description", "serviceInvariantUUID": "839db94c-da5a-42ae-b83f-0d3785e9b522", "resources": [ { "resourceInstanceName": "pNF 29f63235-d989 0", "resourceCustomizationUUID": "f11d1e2a-b8c1-432d-a08a-e8c9a1320d5d", "resourceName": "pNF 29f63235-d989", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8fc770a5-cc7d-407f-8661-bc0e0d72ce3f", "resourceInvariantUUID": "966fb1ca-a8a4-4940-bbc4-4cb34b7b2277", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "artifactChecksum": "MzQ4YzM2MTVhMjMyMzVkYmMwZWE5OTBlMWZhODI4ZTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ad13d44f-b2d3-49f0-b717-d426de70e714" } ], "workloadContext": "Production" } 2022-11-22T04:41:48.512Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-22T04:41:48.513Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50d22d30-1cb6-4044-a508-2eecf20aceff ASDC 2022-11-22T04:41:48.513Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:dbaa80c3-57d7-4ed5-ab82-a3d985fe040b ServiceName:Demo_pNF_5enGaa6JBYf8kkJJp54m ServiceVersion:1.0 ServiceUUID:50d22d30-1cb6-4044-a508-2eecf20aceff ServiceInvariantUUID:839db94c-da5a-42ae-b83f-0d3785e9b522 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar ArtifactUUID:ad13d44f-b2d3-49f0-b717-d426de70e714 ArtifactChecksum:MzQ4YzM2MTVhMjMyMzVkYmMwZWE5OTBlMWZhODI4ZTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 29f63235-d989 0 ResourceCustomizationUUID:f11d1e2a-b8c1-432d-a08a-e8c9a1320d5d ResourceInvariantUUID:966fb1ca-a8a4-4940-bbc4-4cb34b7b2277 ResourceName:pNF 29f63235-d989 ResourceType:PNF ResourceUUID:8fc770a5-cc7d-407f-8661-bc0e0d72ce3f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-22T04:41:48.513Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50d22d30-1cb6-4044-a508-2eecf20aceff ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:41:48.539Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T04:41:48.539Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-22T04:41:48.539Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-22T04:41:48.540Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ad13d44f-b2d3-49f0-b717-d426de70e714 from URL: /sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:48.540Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-22T04:41:48.540Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:49.073Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-22T04:41:49.080Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar ad13d44f-b2d3-49f0-b717-d426de70e714 87773 2022-11-22T04:41:49.080Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar ASDC sendASDCNotification 2022-11-22T04:41:49.080Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:49.080Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:41:49.081Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:41:49.082Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:41:49.083Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092109080, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:41:49.183Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:41:49.184Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:41:49.184Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:49.195Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:49.196Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:41:50.083Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T04:41:50.084Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-22T04:41:50.085Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ad13d44f-b2d3-49f0-b717-d426de70e714, URL: /sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar to file: /app/ASDC/1/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:50.085Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:50.086Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:50.086Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:50.203Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7814877363242134780/Definitions/service-DemoPnf5engaa6jbyf8kkjjp54m-template.yml 2022-11-22T04:41:50.993Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-22T04:41:50.994Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-22T04:41:50.994Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:50.994Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-22T04:41:50.994Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|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-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:50.994Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|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-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:50.995Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|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-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:50.995Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|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-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:50.995Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|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-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:50.995Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|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-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:50.995Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 29f63235-d989 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-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:50.996Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-22T04:41:50.996Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:41:50.996Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5enGaa6JBYf8kkJJp54m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:41:50.996Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Node template pNF 29f63235-d989 0 is matching search criteria 2022-11-22T04:41:50.996Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-22T04:41:50.997Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 29f63235-d989 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T04:41:50.997Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:41:50.997Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5enGaa6JBYf8kkJJp54m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:41:50.998Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Node template pNF 29f63235-d989 0 is matching search criteria 2022-11-22T04:41:50.998Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-22T04:41:50.998Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 29f63235-d989 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T04:41:50.998Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:41:50.998Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5enGaa6JBYf8kkJJp54m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:41:50.999Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:41:50.999Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5enGaa6JBYf8kkJJp54m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:41:50.999Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:41:50.999Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5enGaa6JBYf8kkJJp54m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:41:50.999Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:41:51.000Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5enGaa6JBYf8kkJJp54m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:41:51.000Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:41:51.000Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5enGaa6JBYf8kkJJp54m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:41:51.000Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_5enGaa6JBYf8kkJJp54m Description:catalog service description Model UUID:50d22d30-1cb6-4044-a508-2eecf20aceff Model Version:NULL Model InvariantUuid:839db94c-da5a-42ae-b83f-0d3785e9b522 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-22T04:41:51.007Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8fc770a5-cc7d-407f-8661-bc0e0d72ce3f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:41:51.010Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||pNF 29f63235-d989 0 2022-11-22T04:41:51.010Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8fc770a5-cc7d-407f-8661-bc0e0d72ce3f 2022-11-22T04:41:51.010Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 50d22d30-1cb6-4044-a508-2eecf20aceff 2022-11-22T04:41:51.011Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 50d22d30-1cb6-4044-a508-2eecf20aceff 2022-11-22T04:41:51.011Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 29f63235-d989 0 8fc770a5-cc7d-407f-8661-bc0e0d72ce3f ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:41:51.016Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f63a7c6, org.onap.sdc.toscaparser.api.parameters.Input@11dcdbfc, org.onap.sdc.toscaparser.api.parameters.Input@33c44a46, org.onap.sdc.toscaparser.api.parameters.Input@2ee8e0a, org.onap.sdc.toscaparser.api.parameters.Input@70c14406] 2022-11-22T04:41:51.016Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:41:51.016Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5enGaa6JBYf8kkJJp54m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:41:51.016Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 50d22d30-1cb6-4044-a508-2eecf20aceff: pNF 29f63235-d989 2022-11-22T04:41:51.017Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||Processing PNF resource: 8fc770a5-cc7d-407f-8661-bc0e0d72ce3f 2022-11-22T04:41:51.017Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:41:51.017Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5enGaa6JBYf8kkJJp54m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:41:51.018Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||Resource customization UUID: f11d1e2a-b8c1-432d-a08a-e8c9a1320d5d is the same as notified resource customizationUUID: f11d1e2a-b8c1-432d-a08a-e8c9a1320d5d Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-22T04:41:51.106Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 29f63235-d989 8fc770a5-cc7d-407f-8661-bc0e0d72ce3f 0 ASDC deployResourceStructure 2022-11-22T04:41:51.106Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar ASDC sendASDCNotification 2022-11-22T04:41:51.106Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar 2022-11-22T04:41:51.106Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:41:51.107Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:41:51.108Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:41:51.108Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092111106, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:41:51.209Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:41:51.209Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:41:51.210Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:41:51.228Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:41:51.229Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:41:52.109Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:41:52.120Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:41:52.122Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:41:52.122Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:41:52.122Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:42:22.123Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:42:22.136Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:42:22.138Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:42:22.138Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:42:22.139Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:42:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:42:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:42:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:42:39.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:42:39.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092039839, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:42:39.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092042888, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:42:39.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:42:39.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092044788, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:42:39.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:42:39.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092076436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T04:42:39.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:42:39.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "cds", "timestamp": 1669092084126, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092087583, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "cds", "timestamp": 1669092084126, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092087583, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "cds", "timestamp": 1669092084126, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092087583, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "cds", "timestamp": 1669092084126, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092087583, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "cds", "timestamp": 1669092084126, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092087583, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "ves-openapi-manager", "timestamp": 1669092097480, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "cds", "timestamp": 1669092084126, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092087583, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "ves-openapi-manager", "timestamp": 1669092097480, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:39.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:42:39.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "cds", "timestamp": 1669092084126, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:42:39.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:42:52.139Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:42:52.149Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:42:52.151Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:42:52.151Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:42:52.151Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:43:22.151Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:43:22.162Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:43:22.163Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:43:22.163Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:43:22.164Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:43:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:43:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:43:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:43:39.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:43:39.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:43:39.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "multicloud-k8s-id", "timestamp": 1669092099066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:43:39.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:43:52.164Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:43:52.175Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:43:52.176Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:43:52.177Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:43:52.177Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:44:22.177Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:44:22.187Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:44:22.189Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:44:22.189Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T04:44:22.190Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T04:44:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:44:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:44:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:44:39.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:44:39.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092087583, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "ves-openapi-manager", "timestamp": 1669092097480, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "cds", "timestamp": 1669092084126, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:39.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "multicloud-k8s-id", "timestamp": 1669092099066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092087583, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:39.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "ves-openapi-manager", "timestamp": 1669092097480, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "multicloud-k8s-id", "timestamp": 1669092099066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "cds", "timestamp": 1669092102065, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:39.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:39.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "ves-openapi-manager", "timestamp": 1669092097480, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092102285, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:39.938Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:39.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "multicloud-k8s-id", "timestamp": 1669092099066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.942Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "cds", "timestamp": 1669092103073, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:44:39.950Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dbaa80c3-57d7-4ed5-ab82-a3d985fe040b 2022-11-22T04:44:39.950Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbaa80c3-57d7-4ed5-ab82-a3d985fe040b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:39.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "ves-openapi-manager", "timestamp": 1669092097480, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-22T04:44:39.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "multicloud-k8s-id", "timestamp": 1669092099066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "ves-openapi-manager", "timestamp": 1669092097480, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "cds", "timestamp": 1669092104077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "multicloud-k8s-id", "timestamp": 1669092099066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "ves-openapi-manager", "timestamp": 1669092097480, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "cds", "timestamp": 1669092104077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "multicloud-k8s-id", "timestamp": 1669092099066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "cds", "timestamp": 1669092104077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "multicloud-k8s-id", "timestamp": 1669092099066, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:39.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "ves-openapi-manager", "timestamp": 1669092107105, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:39.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:39.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "cds", "timestamp": 1669092104077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092099839, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:39.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "ves-openapi-manager", "timestamp": 1669092108351, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-22T04:44:39.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:39.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "cds", "timestamp": 1669092104077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:39.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:39.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092108603, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:44:39.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:39.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092109080, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:39.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:39.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:39.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "ves-openapi-manager", "timestamp": 1669092109357, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:44:39.979Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of dbaa80c3-57d7-4ed5-ab82-a3d985fe040b 2022-11-22T04:44:39.979Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbaa80c3-57d7-4ed5-ab82-a3d985fe040b and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:39.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "cds", "timestamp": 1669092104077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092109654, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:44:40.013Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dbaa80c3-57d7-4ed5-ab82-a3d985fe040b 2022-11-22T04:44:40.014Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbaa80c3-57d7-4ed5-ab82-a3d985fe040b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:40.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "cds", "timestamp": 1669092104077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:40.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092111106, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:44:40.024Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "cds", "timestamp": 1669092112440, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.025Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/resourceInstances/pnf29f63235d9890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "cds", "timestamp": 1669092113455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:40.039Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be3cbd37-efa5-4963-86b3-004d3032b499 2022-11-22T04:44:40.039Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId be3cbd37-efa5-4963-86b3-004d3032b499 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:40.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:40.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "aai-ml", "timestamp": 1669092116154, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "ves-openapi-manager", "timestamp": 1669092117480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092117572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "ves-openapi-manager", "timestamp": 1669092117480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092117572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "multicloud-k8s-id", "timestamp": 1669092119066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "ves-openapi-manager", "timestamp": 1669092117480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092117572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "multicloud-k8s-id", "timestamp": 1669092119066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-22T04:44:40.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "ves-openapi-manager", "timestamp": 1669092117480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092117572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "aai-ml", "timestamp": 1669092121845, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5engaa6jbyf8kkjjp54m/1.0/artifacts/service-DemoPnf5engaa6jbyf8kkjjp54m-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:44:40.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "multicloud-k8s-id", "timestamp": 1669092119066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-22T04:44:40.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "ves-openapi-manager", "timestamp": 1669092117480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092117572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "aai-ml", "timestamp": 1669092122849, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:44:40.068Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dbaa80c3-57d7-4ed5-ab82-a3d985fe040b 2022-11-22T04:44:40.068Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbaa80c3-57d7-4ed5-ab82-a3d985fe040b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:40.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "multicloud-k8s-id", "timestamp": 1669092119066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "ves-openapi-manager", "timestamp": 1669092117480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092117572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "multicloud-k8s-id", "timestamp": 1669092119066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-22T04:44:40.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "ves-openapi-manager", "timestamp": 1669092117480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092117572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:40.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "multicloud-k8s-id", "timestamp": 1669092119066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "multicloud-k8s-id", "timestamp": 1669092119066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:40.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092125675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "multicloud-k8s-id", "timestamp": 1669092127101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "multicloud-k8s-id", "timestamp": 1669092128648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "cds", "timestamp": 1669092129126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "aai-ml", "timestamp": 1669092107377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:40.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "multicloud-k8s-id", "timestamp": 1669092130043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "cds", "timestamp": 1669092129126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "multicloud-k8s-id", "timestamp": 1669092131075, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:44:40.089Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be3cbd37-efa5-4963-86b3-004d3032b499 2022-11-22T04:44:40.089Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId be3cbd37-efa5-4963-86b3-004d3032b499 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:40.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "aai-ml", "timestamp": 1669092131635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.097Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "cds", "timestamp": 1669092129126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "multicloud-k8s-id", "timestamp": 1669092132080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T04:44:40.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "cds", "timestamp": 1669092129126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "cds", "timestamp": 1669092129126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "cds", "timestamp": 1669092129126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092134468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:44:40.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "cds", "timestamp": 1669092129126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092135490, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:44:40.103Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be3cbd37-efa5-4963-86b3-004d3032b499 2022-11-22T04:44:40.103Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId be3cbd37-efa5-4963-86b3-004d3032b499 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:40.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "cds", "timestamp": 1669092129126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "cds", "timestamp": 1669092129126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:40.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "ves-openapi-manager", "timestamp": 1669092137481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "aai-ml", "timestamp": 1669092138892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:44:40.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "ves-openapi-manager", "timestamp": 1669092137481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "cds", "timestamp": 1669092139521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "aai-ml", "timestamp": 1669092139896, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:44:40.116Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be3cbd37-efa5-4963-86b3-004d3032b499 2022-11-22T04:44:40.116Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId be3cbd37-efa5-4963-86b3-004d3032b499 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:40.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092139066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "ves-openapi-manager", "timestamp": 1669092137481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "cds", "timestamp": 1669092140530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:40.137Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c0cd5e63-0600-4607-adf0-ee2ff92eb022 2022-11-22T04:44:40.137Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0cd5e63-0600-4607-adf0-ee2ff92eb022 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:40.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092139066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-22T04:44:40.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "ves-openapi-manager", "timestamp": 1669092137481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "aai-ml", "timestamp": 1669092140899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092139066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-22T04:44:40.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "ves-openapi-manager", "timestamp": 1669092137481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "aai-ml", "timestamp": 1669092140899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092139066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-22T04:44:40.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "ves-openapi-manager", "timestamp": 1669092137481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "aai-ml", "timestamp": 1669092140899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092139066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-22T04:44:40.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "ves-openapi-manager", "timestamp": 1669092137481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "aai-ml", "timestamp": 1669092140899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092139066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "ves-openapi-manager", "timestamp": 1669092137481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "aai-ml", "timestamp": 1669092140899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092139066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-22T04:44:40.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "ves-openapi-manager", "timestamp": 1669092137481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "aai-ml", "timestamp": 1669092140899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092139066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "aai-ml", "timestamp": 1669092140899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092139066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:40.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "aai-ml", "timestamp": 1669092140899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092147574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092148911, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "aai-ml", "timestamp": 1669092140899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:40.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092147574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092150180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092147574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "aai-ml", "timestamp": 1669092150948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092151451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092147574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092147574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092152655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092147574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092153724, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:44:40.161Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0cd5e63-0600-4607-adf0-ee2ff92eb022 2022-11-22T04:44:40.161Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0cd5e63-0600-4607-adf0-ee2ff92eb022 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:40.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092147574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "multicloud-k8s-id", "timestamp": 1669092154728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T04:44:40.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092147574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:44:40.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092147574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:44:40.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:44:40.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "aai-ml", "timestamp": 1669092157991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:44:40.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092157752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:44:40.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:44:40.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:44:40.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "aai-ml", "timestamp": 1669092158995, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:44:40.176Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0cd5e63-0600-4607-adf0-ee2ff92eb022 2022-11-22T04:44:40.176Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0cd5e63-0600-4607-adf0-ee2ff92eb022 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:44:52.190Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:44:52.205Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:44:52.207Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:44:52.207Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-22T04:44:52.207Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-22T04:44:52.208Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-22T04:44:52.208Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:44:52.208Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:44:52.208Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:44:52.208Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:44:52.208Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:44:52.208Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|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-11-22T04:44:52.214Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-22T04:45:22.215Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-22T04:45:22.224Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbaa80c3-57d7-4ed5-ab82-a3d985fe040b and serviceModelVersionId: 50d22d30-1cb6-4044-a508-2eecf20aceff 2022-11-22T04:45:22.225Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 839db94c-da5a-42ae-b83f-0d3785e9b522 2022-11-22T04:45:22.226Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/839db94c-da5a-42ae-b83f-0d3785e9b522/model-vers/model-ver/50d22d30-1cb6-4044-a508-2eecf20aceff?depth=0 2022-11-22T04:45:22.231Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-22T04:45:22.290Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/839db94c-da5a-42ae-b83f-0d3785e9b522/model-vers/model-ver/50d22d30-1cb6-4044-a508-2eecf20aceff?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-22T04:45:22.293Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/839db94c-da5a-42ae-b83f-0d3785e9b522/model-vers/model-ver/50d22d30-1cb6-4044-a508-2eecf20aceff?depth=0|INFO|500||Invoke 2022-11-22T04:45:22.325Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/839db94c-da5a-42ae-b83f-0d3785e9b522/model-vers/model-ver/50d22d30-1cb6-4044-a508-2eecf20aceff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-22T04:45:22.590Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/839db94c-da5a-42ae-b83f-0d3785e9b522/model-vers/model-ver/50d22d30-1cb6-4044-a508-2eecf20aceff?depth=0|INFO|500||InvokeReturn 2022-11-22T04:45:22.590Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/839db94c-da5a-42ae-b83f-0d3785e9b522/model-vers/model-ver/50d22d30-1cb6-4044-a508-2eecf20aceff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221122-04:45:23:185-33950], vertex-id=[204824], Content-Length=[0], Date=[Tue, 22 Nov 2022 04:45:23 GMT], Content-Type=[application/json]} 2022-11-22T04:45:22.591Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-11-22T04:45:22.591Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-22T04:45:22.591Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|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-11-22T04:45:22.597Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|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-11-22T04:45:22.597Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbaa80c3-57d7-4ed5-ab82-a3d985fe040b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-22T04:45:22.598Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-22T04:45:22.598Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:22.601Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:22.601Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092322598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T04:45:22.701Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:45:22.702Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:22.702Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:22.729Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:22.729Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T04:45:23.616Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:45:23.617Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:45:23.617Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:28.690Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:28.692Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-22T04:45:28.692Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"be3cbd37-efa5-4963-86b3-004d3032b499","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3a66700e-692e-45bd-b2a0-8daf3dbc1726","serviceDescription":"service","serviceInvariantUUID":"823199ed-0489-4306-9160-b0d62d9b0ea1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cbf6b205-96dc-454b-880e-6653acc0bb30","resourceInvariantUUID":"98c4e988-7046-4385-966c-1103031f0213","resourceCustomizationUUID":"f2ed52b9-120a-422b-9860-46d9dab00d09","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":"MDlkYzExNTZhMmVlMGQwNmQzM2UwYzhlYThiYTY2NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eaaca242-87d9-4164-b4b6-ef03119cdf72","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":"YzU5NTU0NTc5Nzk4M2Y1Mjk5ODM1OTM4OTEyMmE1ZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75626d43-2b18-49dd-867e-c44e9cd04cd4","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":"14e62784-196f-4882-b7aa-2319dbaf2656","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":"4681903b-e418-40ea-8374-1b5e347ac3da","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":"7fb8c931-d7a2-4664-8e79-d30f152d5ce2","artifactVersion":"2","generatedFromUUID":"14e62784-196f-4882-b7aa-2319dbaf2656"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzMxMjhhMzA0NDBmMzUyYmE0MGQ5ZjFmOWRjMDk2NmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2efb9b31-7759-421f-93d0-35614b24f5c6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjRhYTNkOTgxYWM5YmQxM2UwM2E4YzlkYWZlZTU5NDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a4ef3c2-f4a4-4edf-ba03-784bceba3b83","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-22T04:45:28.695Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:45:28.695Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:28.697Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:28.697Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:45:28.798Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:45:28.799Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:28.799Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:28.811Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:28.811Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:45:29.698Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:45:29.699Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:29.701Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:29.701Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-22T04:45:29.802Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:45:29.804Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:29.804Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:29.814Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:29.814Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:45:30.702Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:45:30.702Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:30.704Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:30.704Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-22T04:45:30.805Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-22T04:45:30.806Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:30.806Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:30.815Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:30.815Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:45:31.705Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:45:31.706Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:31.707Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:31.707Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:45:31.808Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-22T04:45:31.808Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:31.808Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:31.819Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:31.819Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:45:32.708Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:45:32.709Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:32.710Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:32.710Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-22T04:45:32.811Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-22T04:45:32.812Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:32.812Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:32.821Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:32.821Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:45:33.711Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:45:33.712Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:33.715Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:33.715Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:45:33.815Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:45:33.816Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:33.816Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:33.829Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:33.829Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:45:34.715Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:45:34.717Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:34.719Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:34.719Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:45:34.841Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:45:34.842Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:34.842Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:34.863Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:34.864Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:45:35.743Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "3a66700e-692e-45bd-b2a0-8daf3dbc1726", "serviceDescription": "service", "serviceInvariantUUID": "823199ed-0489-4306-9160-b0d62d9b0ea1", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "f2ed52b9-120a-422b-9860-46d9dab00d09", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cbf6b205-96dc-454b-880e-6653acc0bb30", "resourceInvariantUUID": "98c4e988-7046-4385-966c-1103031f0213", "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": "YzU5NTU0NTc5Nzk4M2Y1Mjk5ODM1OTM4OTEyMmE1ZDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "75626d43-2b18-49dd-867e-c44e9cd04cd4", "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": "14e62784-196f-4882-b7aa-2319dbaf2656", "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": "7fb8c931-d7a2-4664-8e79-d30f152d5ce2", "generatedFromUUID": "14e62784-196f-4882-b7aa-2319dbaf2656" }, "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": "7fb8c931-d7a2-4664-8e79-d30f152d5ce2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjRhYTNkOTgxYWM5YmQxM2UwM2E4YzlkYWZlZTU5NDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8a4ef3c2-f4a4-4edf-ba03-784bceba3b83" } ], "workloadContext": "Production" } 2022-11-22T04:45:35.743Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-22T04:45:35.743Z|dbaa80c3-57d7-4ed5-ab82-a3d985fe040b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3a66700e-692e-45bd-b2a0-8daf3dbc1726 ASDC 2022-11-22T04:45:35.745Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:be3cbd37-efa5-4963-86b3-004d3032b499 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:3a66700e-692e-45bd-b2a0-8daf3dbc1726 ServiceInvariantUUID:823199ed-0489-4306-9160-b0d62d9b0ea1 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:8a4ef3c2-f4a4-4edf-ba03-784bceba3b83 ArtifactChecksum:NjRhYTNkOTgxYWM5YmQxM2UwM2E4YzlkYWZlZTU5NDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:f2ed52b9-120a-422b-9860-46d9dab00d09 ResourceInvariantUUID:98c4e988-7046-4385-966c-1103031f0213 ResourceName:basic_vm ResourceType:VF ResourceUUID:cbf6b205-96dc-454b-880e-6653acc0bb30 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:75626d43-2b18-49dd-867e-c44e9cd04cd4 ArtifactChecksum:YzU5NTU0NTc5Nzk4M2Y1Mjk5ODM1OTM4OTEyMmE1ZDA= 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:14e62784-196f-4882-b7aa-2319dbaf2656 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:7fb8c931-d7a2-4664-8e79-d30f152d5ce2 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:7fb8c931-d7a2-4664-8e79-d30f152d5ce2 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-22T04:45:35.745Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a66700e-692e-45bd-b2a0-8daf3dbc1726 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T04:45:35.792Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T04:45:35.792Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-22T04:45:35.793Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-22T04:45:35.793Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a4ef3c2-f4a4-4edf-ba03-784bceba3b83 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-22T04:45:35.793Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-22T04:45:35.793Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:36.119Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-22T04:45:36.123Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8a4ef3c2-f4a4-4edf-ba03-784bceba3b83 74824 2022-11-22T04:45:36.123Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:36.123Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:36.124Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:45:36.124Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:36.126Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:36.126Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092336123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:45:36.226Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:45:36.227Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:36.228Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:36.238Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:36.238Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:45:37.127Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T04:45:37.128Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-22T04:45:37.128Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8a4ef3c2-f4a4-4edf-ba03-784bceba3b83, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-22T04:45:37.128Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-22T04:45:37.129Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-22T04:45:37.129Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-22T04:45:37.245Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12903348075449089492/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-22T04:45:38.447Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-22T04:45:38.447Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-22T04:45:38.447Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-22T04:45:38.448Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-22T04:45:38.448Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:38.448Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:38.448Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:38.448Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:38.449Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:38.449Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:38.449Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:38.449Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-22T04:45:38.450Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.450Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:38.450Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-22T04:45:38.450Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-22T04:45:38.451Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T04:45:38.451Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.451Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:38.451Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-22T04:45:38.451Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-22T04:45:38.452Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T04:45:38.452Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.452Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:38.452Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.452Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-22T04:45:38.453Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-22T04:45:38.453Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-22T04:45:38.453Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-22T04:45:38.453Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-22T04:45:38.453Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-22T04:45:38.454Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.454Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:38.454Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.454Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-22T04:45:38.455Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:45:38.455Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.455Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-22T04:45:38.455Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:45:38.456Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.456Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-22T04:45:38.456Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:45:38.456Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.456Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-22T04:45:38.457Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-22T04:45:38.457Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-22T04:45:38.457Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=87db2635-3415-42ce-9c46-4839690a7c99 2022-11-22T04:45:38.457Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.457Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:38.458Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.458Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:38.458Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.458Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:38.459Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:38.459Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:38.459Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:3a66700e-692e-45bd-b2a0-8daf3dbc1726 Model Version:NULL Model InvariantUuid:823199ed-0489-4306-9160-b0d62d9b0ea1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:8181acc9-519c-4a1d-816a-b69933c09ec6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:98c4e988-7046-4385-966c-1103031f0213 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f2ed52b9-120a-422b-9860-46d9dab00d09 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:447af77c-b575-46d7-889b-9523b5ab60c7 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:dc89bd6e-febc-41e7-970e-af0498ae4f9d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:87db2635-3415-42ce-9c46-4839690a7c99 ModelInvariantUuid:90453b62-43b6-4550-8b46-02a0b20209c3 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:427b6565-6ae5-40b5-a52f-cde395687d50 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:2cf6b3ca-0fed-4837-bd94-cfffc507a436 ModelInvariantUuid:c1a6e533-4afb-47cb-a80a-b217d7c98add ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:9b4a09ee-a1d6-4210-8b78-09460cb34688 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-22T04:45:38.467Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: cbf6b205-96dc-454b-880e-6653acc0bb30 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:45:38.471Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||basic_vm 0 2022-11-22T04:45:38.471Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cbf6b205-96dc-454b-880e-6653acc0bb30 2022-11-22T04:45:38.472Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 75626d43-2b18-49dd-867e-c44e9cd04cd4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-22T04:45:38.472Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-22T04:45:38.472Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:38.649Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-22T04:45:38.649Z|be3cbd37-efa5-4963-86b3-004d3032b499|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 75626d43-2b18-49dd-867e-c44e9cd04cd4 787 2022-11-22T04:45:38.650Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:38.650Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:38.650Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:45:38.650Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:38.652Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:38.652Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092338650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T04:45:38.752Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:45:38.753Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:38.753Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:38.763Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:38.763Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:45:39.652Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "447af77c-b575-46d7-889b-9523b5ab60c7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dc89bd6e-febc-41e7-970e-af0498ae4f9d", "vfModuleModelCustomizationUUID": "12f3b2cf-126a-4a09-9fd7-7b375bb6e55d", "isBase": true, "artifacts": [ "14e62784-196f-4882-b7aa-2319dbaf2656", "7fb8c931-d7a2-4664-8e79-d30f152d5ce2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-22T04:45:39.661Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dc89bd6e-febc-41e7-970e-af0498ae4f9d VfModuleModelInvariantUUID:447af77c-b575-46d7-889b-9523b5ab60c7 VfModuleModelDescription:NULL Artifacts UUID List:{ 14e62784-196f-4882-b7aa-2319dbaf2656 , 7fb8c931-d7a2-4664-8e79-d30f152d5ce2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-22T04:45:39.664Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "447af77c-b575-46d7-889b-9523b5ab60c7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dc89bd6e-febc-41e7-970e-af0498ae4f9d", "vfModuleModelCustomizationUUID": "12f3b2cf-126a-4a09-9fd7-7b375bb6e55d", "isBase": true, "artifacts": [ "14e62784-196f-4882-b7aa-2319dbaf2656", "7fb8c931-d7a2-4664-8e79-d30f152d5ce2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-22T04:45:39.664Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dc89bd6e-febc-41e7-970e-af0498ae4f9d VfModuleModelInvariantUUID:447af77c-b575-46d7-889b-9523b5ab60c7 VfModuleModelDescription:NULL Artifacts UUID List:{ 14e62784-196f-4882-b7aa-2319dbaf2656 , 7fb8c931-d7a2-4664-8e79-d30f152d5ce2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-22T04:45:39.664Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 14e62784-196f-4882-b7aa-2319dbaf2656 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-22T04:45:39.664Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-22T04:45:39.665Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:39.793Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-22T04:45:39.793Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 14e62784-196f-4882-b7aa-2319dbaf2656 5033 2022-11-22T04:45:39.794Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:39.794Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:39.794Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:45:39.794Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:39.796Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:39.796Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092339794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:45:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:45:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:45:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:39.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:39.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:45:39.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092163395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:45:39.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:45:39.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:45:39.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669092164400, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T04:45:39.897Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:45:39.898Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:39.898Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:39.899Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0cd5e63-0600-4607-adf0-ee2ff92eb022 2022-11-22T04:45:39.900Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0cd5e63-0600-4607-adf0-ee2ff92eb022 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T04:45:39.907Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:39.907Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:45:40.798Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7fb8c931-d7a2-4664-8e79-d30f152d5ce2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-22T04:45:40.798Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-22T04:45:40.799Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:41.044Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-22T04:45:41.044Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7fb8c931-d7a2-4664-8e79-d30f152d5ce2 903 2022-11-22T04:45:41.045Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:41.045Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:41.045Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:45:41.046Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:41.048Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:41.048Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092341045, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:45:41.148Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:45:41.149Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:41.149Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:41.159Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:41.159Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:45:42.048Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3a66700e-692e-45bd-b2a0-8daf3dbc1726 2022-11-22T04:45:42.049Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 cbf6b205-96dc-454b-880e-6653acc0bb30 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:45:42.063Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c002c2b, org.onap.sdc.toscaparser.api.parameters.Input@1b88f71, org.onap.sdc.toscaparser.api.parameters.Input@7bb6c0af, org.onap.sdc.toscaparser.api.parameters.Input@77accb65, org.onap.sdc.toscaparser.api.parameters.Input@4af0c0cf] 2022-11-22T04:45:42.065Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.065Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:42.065Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-22T04:45:42.065Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f2ed52b9-120a-422b-9860-46d9dab00d09 2022-11-22T04:45:42.066Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2ed52b9-120a-422b-9860-46d9dab00d09 matches Tosca VF Customization UUID: f2ed52b9-120a-422b-9860-46d9dab00d09 2022-11-22T04:45:42.066Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f2ed52b9-120a-422b-9860-46d9dab00d09 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-22T04:45:42.068Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.068Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:42.069Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f2ed52b9-120a-422b-9860-46d9dab00d09: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-22T04:45:42.069Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@536e1bd9 2022-11-22T04:45:42.069Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.069Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:42.069Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 12f3b2cf-126a-4a09-9fd7-7b375bb6e55d 2022-11-22T04:45:42.069Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 12f3b2cf-126a-4a09-9fd7-7b375bb6e55d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-22T04:45:42.072Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.072Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-22T04:45:42.072Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:45:42.073Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.073Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-22T04:45:42.073Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:45:42.073Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.073Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-22T04:45:42.073Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-22T04:45:42.074Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-22T04:45:42.074Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=87db2635-3415-42ce-9c46-4839690a7c99 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-22T04:45:42.084Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.084Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-22T04:45:42.084Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:45:42.085Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.085Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-22T04:45:42.085Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f2ed52b9-120a-422b-9860-46d9dab00d09 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:45:42.087Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.087Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:42.087Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3a66700e-692e-45bd-b2a0-8daf3dbc1726: basic_vm 2022-11-22T04:45:42.087Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.087Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:42.088Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.088Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:42.088Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.088Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:42.088Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.088Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:42.088Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:45:42.089Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:45:42.089Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:42.188Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm cbf6b205-96dc-454b-880e-6653acc0bb30 1 ASDC deployResourceStructure 2022-11-22T04:45:42.189Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:42.189Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:42.189Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:45:42.189Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:42.191Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:42.191Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092342189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T04:45:42.291Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:45:42.292Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:42.293Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:42.336Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:42.336Z||pool-62-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:45:43.192Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:43.192Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:43.192Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:45:43.193Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:43.194Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:43.195Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092343192, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-22T04:45:43.295Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:45:43.295Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:43.296Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:43.318Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:43.318Z||pool-63-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:45:44.197Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:44.198Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:44.198Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:45:44.198Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:44.202Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:44.202Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092344197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-22T04:45:44.302Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:45:44.304Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:44.304Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:44.328Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:44.329Z||pool-64-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:45:45.203Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:45.203Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:45.203Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:45:45.203Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:45:45.205Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:45:45.205Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092345202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:45:45.305Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:45:45.306Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:45:45.307Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:45:45.318Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:45:45.319Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:45:46.206Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be3cbd37-efa5-4963-86b3-004d3032b499 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:45:46.220Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be3cbd37-efa5-4963-86b3-004d3032b499 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:45:46.222Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:45:46.222Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-22T04:45:46.223Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-22T04:45:46.223Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-22T04:45:46.223Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:45:46.223Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:45:46.223Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:45:46.223Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:45:46.223Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:45:46.223Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:45:46.231Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-22T04:46:16.231Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be3cbd37-efa5-4963-86b3-004d3032b499 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-22T04:46:16.241Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be3cbd37-efa5-4963-86b3-004d3032b499 and serviceModelVersionId: 3a66700e-692e-45bd-b2a0-8daf3dbc1726 2022-11-22T04:46:16.241Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 823199ed-0489-4306-9160-b0d62d9b0ea1 2022-11-22T04:46:16.243Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/823199ed-0489-4306-9160-b0d62d9b0ea1/model-vers/model-ver/3a66700e-692e-45bd-b2a0-8daf3dbc1726?depth=0 2022-11-22T04:46:16.255Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-22T04:46:16.321Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/823199ed-0489-4306-9160-b0d62d9b0ea1/model-vers/model-ver/3a66700e-692e-45bd-b2a0-8daf3dbc1726?depth=0|INFO|500||Invoke 2022-11-22T04:46:16.322Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/823199ed-0489-4306-9160-b0d62d9b0ea1/model-vers/model-ver/3a66700e-692e-45bd-b2a0-8daf3dbc1726?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/823199ed-0489-4306-9160-b0d62d9b0ea1/model-vers/model-ver/3a66700e-692e-45bd-b2a0-8daf3dbc1726?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be3cbd37-efa5-4963-86b3-004d3032b499], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[726277fe-d289-4c90-84ea-23e65380bf89], X-ECOMP-RequestID=[be3cbd37-efa5-4963-86b3-004d3032b499], X-TransactionId=[], X-ONAP-RequestID=[be3cbd37-efa5-4963-86b3-004d3032b499], Content-Type=[application/merge-patch+json]} 2022-11-22T04:46:16.343Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/823199ed-0489-4306-9160-b0d62d9b0ea1/model-vers/model-ver/3a66700e-692e-45bd-b2a0-8daf3dbc1726?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-22T04:46:16.455Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/823199ed-0489-4306-9160-b0d62d9b0ea1/model-vers/model-ver/3a66700e-692e-45bd-b2a0-8daf3dbc1726?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/823199ed-0489-4306-9160-b0d62d9b0ea1/model-vers/model-ver/3a66700e-692e-45bd-b2a0-8daf3dbc1726?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221122-04:46:17:204-75688], vertex-id=[237744], Content-Length=[0], Date=[Tue, 22 Nov 2022 04:46:17 GMT], Content-Type=[application/json]} 2022-11-22T04:46:16.455Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/823199ed-0489-4306-9160-b0d62d9b0ea1/model-vers/model-ver/3a66700e-692e-45bd-b2a0-8daf3dbc1726?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-22T04:46:16.456Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/823199ed-0489-4306-9160-b0d62d9b0ea1/model-vers/model-ver/3a66700e-692e-45bd-b2a0-8daf3dbc1726?depth=0|INFO|500||InvokeReturn 2022-11-22T04:46:16.456Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-22T04:46:16.456Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:46:16.462Z|be3cbd37-efa5-4963-86b3-004d3032b499|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-11-22T04:46:16.462Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be3cbd37-efa5-4963-86b3-004d3032b499 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-22T04:46:16.462Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-22T04:46:16.463Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:16.465Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:16.465Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092376462, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T04:46:16.565Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:16.566Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:16.566Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:16.596Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:16.596Z||pool-66-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T04:46:17.483Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-22T04:46:17.483Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c0cd5e63-0600-4607-adf0-ee2ff92eb022","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"30802730-6a9e-4f32-b3a7-10b5bebff4ff","serviceDescription":"service","serviceInvariantUUID":"3fd2ca30-ef74-41eb-8032-b041f7d278f8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18abdb8a-57fb-4004-9ae5-fe490769db24","resourceInvariantUUID":"fd01ff96-b117-434d-97cb-dcb35c4ead77","resourceCustomizationUUID":"028d7ed5-9338-4d79-a77c-029c15c16af0","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":"NGQ0ZjRiZTBlY2IyNTExZDE0ODc0Y2EyMDEwYmM5NjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"036abcbb-003d-4a37-b437-7bee05979cee","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":"8f775fca-5668-4581-b029-537820a6f9c1","artifactVersion":"2","generatedFromUUID":"d9ab1923-5422-483c-b6d2-aae15fae44e3"},{"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":"d9ab1923-5422-483c-b6d2-aae15fae44e3","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":"MTQ1ZWFjZWE2MjE2MTE4NmY4MmNhNmZjYTRmOTk0M2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f6fcf24-f109-4806-80ba-389c342f0d15","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":"836666d3-d00d-402d-ba72-bdc055a4d211","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":"8bf00307-ca2a-48b2-b740-874506616d6e","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":"d7288281-c9fb-4290-b210-4e7fae9bab77","artifactVersion":"2","generatedFromUUID":"836666d3-d00d-402d-ba72-bdc055a4d211"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDE4YWJjYjkzZjgzOGUxODg2MGMzMmJmMTNmNzFjNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"031d0b34-1730-4221-9974-f370b762fd80","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MmZmZmY3ZTUzYjI3NzQwMzQ4MDg4YzQwMjFhYTg5YjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"170d2f0c-abe8-4f20-8f88-c70a7315dd8b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-22T04:46:17.484Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:46:17.484Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:17.486Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:17.486Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:46:17.586Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:17.587Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:17.587Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:17.604Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:17.605Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:46:18.487Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:46:18.487Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:18.489Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:18.489Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-22T04:46:18.589Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:18.590Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:18.590Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:18.604Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:18.604Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:46:19.489Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:46:19.490Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:19.492Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:19.492Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-22T04:46:19.592Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:19.593Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:19.593Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:19.605Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:19.606Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:20.492Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:46:20.493Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:20.496Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:20.496Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-22T04:46:20.596Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:20.597Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:20.597Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:20.627Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:20.628Z||pool-70-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:21.496Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:46:21.497Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:21.499Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:21.499Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-22T04:46:21.599Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:21.600Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:21.600Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:21.611Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:21.612Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:46:22.500Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:46:22.500Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:22.503Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:22.503Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:46:22.603Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:22.603Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:22.604Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:22.615Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:22.615Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:23.503Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:46:23.504Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:23.506Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:23.506Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-22T04:46:23.606Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:23.607Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:23.607Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:23.617Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:23.618Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:24.508Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:46:24.508Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:24.511Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:24.511Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:46:24.611Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:24.612Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:24.613Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:24.623Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:24.623Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:25.512Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T04:46:25.513Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:25.515Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:25.515Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:46:25.615Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:25.616Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:25.616Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:25.632Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:25.633Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:26.516Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "30802730-6a9e-4f32-b3a7-10b5bebff4ff", "serviceDescription": "service", "serviceInvariantUUID": "3fd2ca30-ef74-41eb-8032-b041f7d278f8", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "028d7ed5-9338-4d79-a77c-029c15c16af0", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18abdb8a-57fb-4004-9ae5-fe490769db24", "resourceInvariantUUID": "fd01ff96-b117-434d-97cb-dcb35c4ead77", "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": "8f775fca-5668-4581-b029-537820a6f9c1", "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": "d9ab1923-5422-483c-b6d2-aae15fae44e3", "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": "MTQ1ZWFjZWE2MjE2MTE4NmY4MmNhNmZjYTRmOTk0M2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f6fcf24-f109-4806-80ba-389c342f0d15", "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": "836666d3-d00d-402d-ba72-bdc055a4d211", "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": "d7288281-c9fb-4290-b210-4e7fae9bab77", "generatedFromUUID": "836666d3-d00d-402d-ba72-bdc055a4d211" }, "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": "d7288281-c9fb-4290-b210-4e7fae9bab77", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MmZmZmY3ZTUzYjI3NzQwMzQ4MDg4YzQwMjFhYTg5YjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "170d2f0c-abe8-4f20-8f88-c70a7315dd8b" } ], "workloadContext": "Production" } 2022-11-22T04:46:26.516Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-22T04:46:26.516Z|be3cbd37-efa5-4963-86b3-004d3032b499|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 30802730-6a9e-4f32-b3a7-10b5bebff4ff ASDC 2022-11-22T04:46:26.517Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:c0cd5e63-0600-4607-adf0-ee2ff92eb022 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:30802730-6a9e-4f32-b3a7-10b5bebff4ff ServiceInvariantUUID:3fd2ca30-ef74-41eb-8032-b041f7d278f8 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:170d2f0c-abe8-4f20-8f88-c70a7315dd8b ArtifactChecksum:MmZmZmY3ZTUzYjI3NzQwMzQ4MDg4YzQwMjFhYTg5YjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:028d7ed5-9338-4d79-a77c-029c15c16af0 ResourceInvariantUUID:fd01ff96-b117-434d-97cb-dcb35c4ead77 ResourceName:basic_cnf ResourceType:VF ResourceUUID:18abdb8a-57fb-4004-9ae5-fe490769db24 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:8f775fca-5668-4581-b029-537820a6f9c1 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:d9ab1923-5422-483c-b6d2-aae15fae44e3 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:4f6fcf24-f109-4806-80ba-389c342f0d15 ArtifactChecksum:MTQ1ZWFjZWE2MjE2MTE4NmY4MmNhNmZjYTRmOTk0M2U= 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:836666d3-d00d-402d-ba72-bdc055a4d211 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:d7288281-c9fb-4290-b210-4e7fae9bab77 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:d7288281-c9fb-4290-b210-4e7fae9bab77 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-22T04:46:26.517Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 30802730-6a9e-4f32-b3a7-10b5bebff4ff ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T04:46:26.554Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T04:46:26.555Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-22T04:46:26.555Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-22T04:46:26.555Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 170d2f0c-abe8-4f20-8f88-c70a7315dd8b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-22T04:46:26.555Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-22T04:46:26.556Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:26.711Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-22T04:46:26.714Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 170d2f0c-abe8-4f20-8f88-c70a7315dd8b 73674 2022-11-22T04:46:26.715Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:26.715Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:26.715Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:46:26.715Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:26.717Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:26.717Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092386715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:46:26.817Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:26.818Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:26.818Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:26.831Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:26.832Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:27.717Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T04:46:27.719Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-22T04:46:27.719Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 170d2f0c-abe8-4f20-8f88-c70a7315dd8b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-22T04:46:27.720Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-22T04:46:27.721Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-22T04:46:27.721Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-22T04:46:27.901Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8603767070860314641/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-11-22T04:46:29.152Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-22T04:46:29.152Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-22T04:46:29.153Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-22T04:46:29.153Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-22T04:46:29.153Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:29.153Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:29.153Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:29.153Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:29.154Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-22T04:46:29.154Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.154Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:29.154Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-22T04:46:29.154Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-22T04:46:29.155Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T04:46:29.155Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.155Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:29.155Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-22T04:46:29.155Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-22T04:46:29.156Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T04:46:29.156Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.156Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:29.156Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.156Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-22T04:46:29.157Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-22T04:46:29.157Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-22T04:46:29.157Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-22T04:46:29.157Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.157Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:29.158Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.158Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-22T04:46:29.158Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:46:29.158Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.158Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-22T04:46:29.159Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:46:29.159Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.159Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-22T04:46:29.159Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:46:29.159Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.160Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-22T04:46:29.160Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-22T04:46:29.160Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=31dff2e7-f7df-4dee-8d9c-f286ed149458 2022-11-22T04:46:29.160Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.160Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:29.161Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.161Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:29.161Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.161Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:29.161Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:29.161Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:29.162Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:30802730-6a9e-4f32-b3a7-10b5bebff4ff Model Version:NULL Model InvariantUuid:3fd2ca30-ef74-41eb-8032-b041f7d278f8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:c1a42776-1735-4969-af62-4a9958a34fb7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fd01ff96-b117-434d-97cb-dcb35c4ead77 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:028d7ed5-9338-4d79-a77c-029c15c16af0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ffe8ef47-d269-4258-a8c9-baad2582c095 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:a54c3332-d1d0-4d40-8eaa-257ca1ce164a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:31dff2e7-f7df-4dee-8d9c-f286ed149458 ModelInvariantUuid:240378ae-dad6-43cd-bf57-146f85e36c69 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:dc2f5df3-3d77-46e9-ab70-7d10492168e3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:0fcc345a-c5a5-4030-9575-5390381e1064 ModelInvariantUuid:9549eca6-5027-457b-be2b-30cbce01b16b ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:3bbb4a97-27e2-4e4e-978e-7ad009fae93b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-22T04:46:29.169Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 18abdb8a-57fb-4004-9ae5-fe490769db24 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:46:29.172Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-11-22T04:46:29.172Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18abdb8a-57fb-4004-9ae5-fe490769db24 2022-11-22T04:46:29.173Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8f775fca-5668-4581-b029-537820a6f9c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-22T04:46:29.173Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-22T04:46:29.173Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:29.363Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-22T04:46:29.363Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 8f775fca-5668-4581-b029-537820a6f9c1 12 2022-11-22T04:46:29.364Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:29.364Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:29.364Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:46:29.365Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:29.367Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:29.367Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092389364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:46:29.467Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:29.468Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:29.468Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:29.477Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:29.477Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:30.368Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d9ab1923-5422-483c-b6d2-aae15fae44e3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-22T04:46:30.368Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-22T04:46:30.369Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:30.598Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-22T04:46:30.599Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 d9ab1923-5422-483c-b6d2-aae15fae44e3 2688 2022-11-22T04:46:30.599Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:30.599Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:30.600Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:46:30.600Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:30.602Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:30.602Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092390599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-22T04:46:30.702Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:30.703Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:30.703Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:30.718Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:30.718Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:31.604Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4f6fcf24-f109-4806-80ba-389c342f0d15 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-22T04:46:31.604Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-22T04:46:31.604Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:32.054Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-22T04:46:32.055Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 4f6fcf24-f109-4806-80ba-389c342f0d15 828 2022-11-22T04:46:32.055Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:32.055Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:32.055Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:46:32.056Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:32.058Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:32.058Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092392055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T04:46:32.158Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:32.159Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:32.159Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:32.169Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:32.169Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:33.059Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ffe8ef47-d269-4258-a8c9-baad2582c095", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a54c3332-d1d0-4d40-8eaa-257ca1ce164a", "vfModuleModelCustomizationUUID": "9f50cc4a-953f-4694-abc6-2de42f7a3185", "isBase": true, "artifacts": [ "836666d3-d00d-402d-ba72-bdc055a4d211", "d9ab1923-5422-483c-b6d2-aae15fae44e3", "d7288281-c9fb-4290-b210-4e7fae9bab77" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-22T04:46:33.062Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a54c3332-d1d0-4d40-8eaa-257ca1ce164a VfModuleModelInvariantUUID:ffe8ef47-d269-4258-a8c9-baad2582c095 VfModuleModelDescription:NULL Artifacts UUID List:{ 836666d3-d00d-402d-ba72-bdc055a4d211 , d9ab1923-5422-483c-b6d2-aae15fae44e3 , d7288281-c9fb-4290-b210-4e7fae9bab77 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-22T04:46:33.064Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "ffe8ef47-d269-4258-a8c9-baad2582c095", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a54c3332-d1d0-4d40-8eaa-257ca1ce164a", "vfModuleModelCustomizationUUID": "9f50cc4a-953f-4694-abc6-2de42f7a3185", "isBase": true, "artifacts": [ "836666d3-d00d-402d-ba72-bdc055a4d211", "d9ab1923-5422-483c-b6d2-aae15fae44e3", "d7288281-c9fb-4290-b210-4e7fae9bab77" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-22T04:46:33.065Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a54c3332-d1d0-4d40-8eaa-257ca1ce164a VfModuleModelInvariantUUID:ffe8ef47-d269-4258-a8c9-baad2582c095 VfModuleModelDescription:NULL Artifacts UUID List:{ 836666d3-d00d-402d-ba72-bdc055a4d211 , d9ab1923-5422-483c-b6d2-aae15fae44e3 , d7288281-c9fb-4290-b210-4e7fae9bab77 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-22T04:46:33.065Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 836666d3-d00d-402d-ba72-bdc055a4d211 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-22T04:46:33.065Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-22T04:46:33.065Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:33.262Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-22T04:46:33.263Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 836666d3-d00d-402d-ba72-bdc055a4d211 1164 2022-11-22T04:46:33.263Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:33.264Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:33.264Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:46:33.264Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:33.270Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:33.270Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092393263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:46:33.370Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:33.371Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:33.371Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:33.383Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:33.383Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:46:34.271Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d7288281-c9fb-4290-b210-4e7fae9bab77 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-22T04:46:34.271Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-22T04:46:34.272Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:34.438Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-22T04:46:34.438Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d7288281-c9fb-4290-b210-4e7fae9bab77 200 2022-11-22T04:46:34.439Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:34.439Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:34.440Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T04:46:34.440Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:34.442Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:34.442Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092394439, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:46:34.542Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:46:34.543Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:34.543Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:34.555Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:34.556Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:46:35.443Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 30802730-6a9e-4f32-b3a7-10b5bebff4ff 2022-11-22T04:46:35.444Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 18abdb8a-57fb-4004-9ae5-fe490769db24 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-11-22T04:46:35.457Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:46:35.463Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bc6d8ed, org.onap.sdc.toscaparser.api.parameters.Input@67004f53, org.onap.sdc.toscaparser.api.parameters.Input@3004fe7a, org.onap.sdc.toscaparser.api.parameters.Input@58ae6528, org.onap.sdc.toscaparser.api.parameters.Input@45b2cf60] 2022-11-22T04:46:35.464Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.464Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:35.465Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-22T04:46:35.465Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 028d7ed5-9338-4d79-a77c-029c15c16af0 2022-11-22T04:46:35.465Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 028d7ed5-9338-4d79-a77c-029c15c16af0 matches Tosca VF Customization UUID: 028d7ed5-9338-4d79-a77c-029c15c16af0 2022-11-22T04:46:35.465Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 028d7ed5-9338-4d79-a77c-029c15c16af0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-22T04:46:35.467Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.467Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:35.467Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 028d7ed5-9338-4d79-a77c-029c15c16af0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-22T04:46:35.468Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ce103f7 2022-11-22T04:46:35.468Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.468Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:35.468Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f50cc4a-953f-4694-abc6-2de42f7a3185 2022-11-22T04:46:35.468Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f50cc4a-953f-4694-abc6-2de42f7a3185 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-22T04:46:35.470Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.470Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-22T04:46:35.470Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:46:35.471Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.471Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-22T04:46:35.471Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:46:35.471Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.471Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-22T04:46:35.472Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-22T04:46:35.472Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=31dff2e7-f7df-4dee-8d9c-f286ed149458 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-22T04:46:35.474Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.474Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-22T04:46:35.474Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T04:46:35.474Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.474Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-22T04:46:35.475Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=028d7ed5-9338-4d79-a77c-029c15c16af0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T04:46:35.476Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.477Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:35.477Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 30802730-6a9e-4f32-b3a7-10b5bebff4ff: basic_cnf 2022-11-22T04:46:35.477Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.477Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:35.477Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.478Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:35.478Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.478Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:35.478Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.478Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:35.479Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T04:46:35.479Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T04:46:35.479Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:35.554Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 18abdb8a-57fb-4004-9ae5-fe490769db24 1 ASDC deployResourceStructure 2022-11-22T04:46:35.556Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:35.557Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:35.557Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-22T04:46:35.558Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:35.560Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:35.560Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092395555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-22T04:46:35.660Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:35.661Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:35.661Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:35.675Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:35.675Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:36.561Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:36.561Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:36.561Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-22T04:46:36.562Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:36.563Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:36.563Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092396560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-22T04:46:36.663Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:36.664Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:36.664Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:36.687Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:36.687Z||pool-83-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-22T04:46:37.564Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:37.565Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:37.565Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:46:37.565Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:37.567Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:37.567Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092397564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T04:46:37.667Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T04:46:37.668Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:37.668Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:37.678Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:37.678Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:38.569Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:38.569Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:38.570Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:46:38.570Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:38.572Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:38.572Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092398569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-22T04:46:38.673Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:38.673Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:38.674Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:38.685Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:38.686Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:39.573Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:39.574Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:39.574Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:46:39.574Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:39.576Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:39.576Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092399573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-22T04:46:39.676Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:39.677Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:39.677Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:39.689Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:39.689Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:46:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:46:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:39.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:39.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:46:39.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbaa80c3-57d7-4ed5-ab82-a3d985fe040b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092322598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T04:46:39.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:46:39.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:46:39.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:46:39.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:46:39.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:46:39.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-22T04:46:39.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:46:39.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:46:39.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-22T04:46:39.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:46:39.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:46:39.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:46:39.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:46:39.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:46:39.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-22T04:46:39.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:46:39.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:46:39.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:46:39.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:46:39.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:46:39.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:46:39.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-22T04:46:39.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:46:39.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092336123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:46:39.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:46:39.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-22T04:46:39.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092338650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T04:46:39.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:46:40.577Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:40.578Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:40.578Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T04:46:40.578Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:46:40.581Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:46:40.581Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092400577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:46:40.681Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:46:40.682Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:46:40.682Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:46:40.699Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:46:40.699Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-22T04:46:41.582Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0cd5e63-0600-4607-adf0-ee2ff92eb022 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:46:41.594Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0cd5e63-0600-4607-adf0-ee2ff92eb022 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T04:46:41.596Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T04:46:41.597Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-22T04:46:41.597Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-22T04:46:41.597Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-22T04:46:41.597Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:46:41.597Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:46:41.597Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:46:41.597Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:46:41.597Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T04:46:41.597Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:46:41.602Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-22T04:47:11.602Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0cd5e63-0600-4607-adf0-ee2ff92eb022 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-22T04:47:11.622Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0cd5e63-0600-4607-adf0-ee2ff92eb022 and serviceModelVersionId: 30802730-6a9e-4f32-b3a7-10b5bebff4ff 2022-11-22T04:47:11.623Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fd2ca30-ef74-41eb-8032-b041f7d278f8 2022-11-22T04:47:11.623Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fd2ca30-ef74-41eb-8032-b041f7d278f8/model-vers/model-ver/30802730-6a9e-4f32-b3a7-10b5bebff4ff?depth=0 2022-11-22T04:47:11.627Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-22T04:47:11.670Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fd2ca30-ef74-41eb-8032-b041f7d278f8/model-vers/model-ver/30802730-6a9e-4f32-b3a7-10b5bebff4ff?depth=0|INFO|500||Invoke 2022-11-22T04:47:11.671Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fd2ca30-ef74-41eb-8032-b041f7d278f8/model-vers/model-ver/30802730-6a9e-4f32-b3a7-10b5bebff4ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fd2ca30-ef74-41eb-8032-b041f7d278f8/model-vers/model-ver/30802730-6a9e-4f32-b3a7-10b5bebff4ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0cd5e63-0600-4607-adf0-ee2ff92eb022], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[26329b25-46a7-4a92-9a98-757d4a376fb3], X-ECOMP-RequestID=[c0cd5e63-0600-4607-adf0-ee2ff92eb022], X-TransactionId=[], X-ONAP-RequestID=[c0cd5e63-0600-4607-adf0-ee2ff92eb022], Content-Type=[application/merge-patch+json]} 2022-11-22T04:47:11.731Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fd2ca30-ef74-41eb-8032-b041f7d278f8/model-vers/model-ver/30802730-6a9e-4f32-b3a7-10b5bebff4ff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-22T04:47:12.166Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fd2ca30-ef74-41eb-8032-b041f7d278f8/model-vers/model-ver/30802730-6a9e-4f32-b3a7-10b5bebff4ff?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/3fd2ca30-ef74-41eb-8032-b041f7d278f8/model-vers/model-ver/30802730-6a9e-4f32-b3a7-10b5bebff4ff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221122-04:47:12:593-94956], vertex-id=[237592], Content-Length=[0], Date=[Tue, 22 Nov 2022 04:47:12 GMT], Content-Type=[application/json]} 2022-11-22T04:47:12.166Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fd2ca30-ef74-41eb-8032-b041f7d278f8/model-vers/model-ver/30802730-6a9e-4f32-b3a7-10b5bebff4ff?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-22T04:47:12.167Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fd2ca30-ef74-41eb-8032-b041f7d278f8/model-vers/model-ver/30802730-6a9e-4f32-b3a7-10b5bebff4ff?depth=0|INFO|500||InvokeReturn 2022-11-22T04:47:12.168Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-22T04:47:12.168Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:47:12.173Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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-11-22T04:47:12.174Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0cd5e63-0600-4607-adf0-ee2ff92eb022 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-22T04:47:12.174Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-22T04:47:12.174Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-22T04:47:12.176Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T04:47:12.176Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092432174, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T04:47:12.276Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T04:47:12.278Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T04:47:12.278Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T04:47:12.323Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:47:12.323Z||pool-88-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T04:47:13.195Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:47:13.196Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:47:13.196Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:47:22.760Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:47:22.761Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:47:22.762Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:47:22.762Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:47:32.318Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:47:32.319Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:47:32.319Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:47:32.320Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:47:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:47:39.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:47:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:47:39.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:47:39.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:47:39.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092339794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:47:39.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:47:41.930Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:47:41.931Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:47:41.931Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:47:41.932Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:47:51.503Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:47:51.504Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:47:51.505Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:47:51.505Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:48:01.042Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:48:39.839Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:48:39.839Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:48:39.839Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:48:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:48:39.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:48:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:48:39.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:48:39.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092341045, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:48:39.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092342189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T04:48:39.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092343192, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-22T04:48:39.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092344197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-22T04:48:39.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092345202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:48:39.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "be3cbd37-efa5-4963-86b3-004d3032b499", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092376462, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T04:48:39.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:48:39.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-22T04:48:39.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-22T04:48:39.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-22T04:48:39.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-22T04:48:39.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-22T04:48:39.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-22T04:48:39.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-22T04:48:39.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-22T04:48:39.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-22T04:48:39.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T04:48:39.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-22T04:48:39.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-22T04:48:39.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-22T04:48:39.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T04:48:39.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-22T04:48:39.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092323616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-22T04:48:39.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-22T04:48:39.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092386715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T04:48:39.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092389364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:48:39.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092390599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-22T04:48:39.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092392055, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T04:48:39.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092393263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T04:48:39.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092394439, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-22T04:48:39.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092395555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-22T04:48:39.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092396560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-22T04:48:39.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092397564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T04:48:39.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092398569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-22T04:48:39.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:39.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T04:48:39.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092399573, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-22T04:48:39.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:48:49.395Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:49:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:49:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:49:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:49:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:49:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:49:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:49:40.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:49:40.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:49:40.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092400577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T04:49:40.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:49:40.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-22T04:49:40.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c0cd5e63-0600-4607-adf0-ee2ff92eb022", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669092432174, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T04:49:40.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T04:49:49.404Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:50:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:50:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:50:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:50:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:50:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:50:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:50:49.432Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:50:49.436Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:51:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:51:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:51:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:51:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:51:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:51:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:51:49.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:51:49.410Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:52:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:52:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:52:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:52:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:52:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:52:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:52:49.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:52:49.437Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:53:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:53:39.842Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:53:39.842Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:53:39.844Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:53:39.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:53:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:53:49.387Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:53:49.401Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:54:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:54:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:54:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:54:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:54:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:54:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:54:49.441Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:54:49.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:55:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:55:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:55:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:55:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:55:39.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:55:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:55:49.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:55:49.411Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:56:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:56:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:56:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:56:39.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:56:39.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:56:39.847Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:56:49.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:56:49.416Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:57:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:57:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:57:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:57:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:57:39.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:57:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:57:49.429Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:57:49.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:58:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:58:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:58:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:58:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:58:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:58:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:58:49.434Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:58:49.495Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:59:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:59:39.839Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:59:39.840Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:59:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T04:59:39.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T04:59:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T04:59:49.390Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T04:59:49.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:00:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:00:39.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:00:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:00:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:00:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:00:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:00:49.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:00:49.400Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:01:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:01:39.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:01:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:01:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:01:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:01:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:01:49.398Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:01:49.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:02:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:02:39.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:02:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:02:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:02:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:02:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:02:49.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:02:49.434Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:03:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:03:39.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:03:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:03:39.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:03:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:03:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:03:49.391Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:03:49.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:04:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:04:39.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:04:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:04:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:04:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:04:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:04:49.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:04:49.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:05:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:05:39.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:05:39.839Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:05:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:05:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:05:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:05:49.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:05:49.408Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:06:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:06:39.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:06:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:06:39.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:06:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:06:39.845Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:06:49.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:06:49.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:07:39.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:07:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:07:39.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:07:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:40.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:40.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "cds", "timestamp": 1669093644126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093647576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "cds", "timestamp": 1669093644126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093647576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "cds", "timestamp": 1669093644126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093647576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "cds", "timestamp": 1669093644126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093647576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "cds", "timestamp": 1669093644126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093647576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "cds", "timestamp": 1669093644126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093647576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "ves-openapi-manager", "timestamp": 1669093657480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "cds", "timestamp": 1669093644126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093647576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "ves-openapi-manager", "timestamp": 1669093657480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "cds", "timestamp": 1669093644126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093647576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:07:40.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:40.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T05:07:40.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c086e0a8-0065-435e-87b1-dde52475fb7d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"a377b2bf-a4f8-48b2-a577-a62dd3e34e2a","serviceDescription":"service","serviceInvariantUUID":"e1d6c9ce-c1e3-43b5-9e5a-d7b6f729dc7f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8da39c32-b8ea-4788-9b2a-9e616ac5dc51","resourceInvariantUUID":"3172faa9-39bc-4562-bd5b-668eac38d6b7","resourceCustomizationUUID":"b2174628-6895-4476-a6f8-299f5595ba0a","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":"Y2RiYzYyZGZhZjUzNjkzZGYyNzYwYzkxM2Y0MGUyZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5013597c-7613-4fc0-8a94-200355d1e4e3","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":"MjI2YWZmMGE5OThlOWRkNTFjMTI2OWE0ZDQ3Nzk3NjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"27996878-d184-4f6a-8a69-85b87932dc73","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":"9611acb0-3fd7-499f-b395-2a56626c0c3a","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":"744efe19-2229-46b7-aec8-23b4ee123f4b","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":"32b9acf8-3b27-4ad7-8be9-7f5b439fbd48","artifactVersion":"2","generatedFromUUID":"8e7643c0-6a3e-4fa6-9e16-7e1cbad007d2"},{"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":"288ebd98-b057-4cad-a78c-3e716a7d227a","artifactVersion":"2","generatedFromUUID":"9611acb0-3fd7-499f-b395-2a56626c0c3a"},{"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":"8e7643c0-6a3e-4fa6-9e16-7e1cbad007d2","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":"f4526bd2-914d-43fc-9749-640c7bc4fa90","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":"ZDQ0MmY0MDIzNzI1OTdkZWM5MjlhZDFlZGFiMzgyODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85ee04b5-7d2d-41d2-9ac5-d64dc917d7fe","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Mjg1NDIzYTM0N2M4ZDMxNzdiOWMwMzYyMmE3NmYwY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a425080e-ba61-47e1-8a61-942dbbeb3b5d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-22T05:07:40.520Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:07:40.520Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:40.526Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:40.526Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:40.625Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:07:40.626Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:40.626Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:40.637Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:40.638Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-22T05:07:41.527Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:07:41.527Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:41.531Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:41.531Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-22T05:07:41.630Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:07:41.631Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:41.632Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:41.644Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:41.645Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:42.531Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:07:42.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:42.536Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:42.536Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-22T05:07:42.636Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:07:42.637Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:42.637Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:42.691Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:42.692Z||pool-91-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:43.537Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:07:43.538Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:43.541Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:43.541Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:43.640Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:07:43.642Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:43.642Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:43.659Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:43.659Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:44.541Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:07:44.542Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:44.544Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:44.544Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-22T05:07:44.645Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:07:44.645Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:44.645Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:44.676Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:44.676Z||pool-93-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:45.545Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:07:45.545Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:45.547Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:45.547Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-22T05:07:45.648Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:07:45.648Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:45.648Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:45.661Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:45.661Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-22T05:07:46.548Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:07:46.549Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:46.550Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:46.550Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-22T05:07:46.650Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:07:46.651Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:46.651Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:46.665Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:46.666Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:47.551Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:07:47.552Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:47.554Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:47.554Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:47.655Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:07:47.656Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:47.656Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:47.668Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:47.668Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:48.555Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:07:48.556Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:48.558Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:48.558Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:07:48.658Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:07:48.659Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:48.659Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:48.690Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:48.691Z||pool-97-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:49.558Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:07:49.559Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:49.561Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:49.561Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:07:49.662Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:07:49.663Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:49.664Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:49.675Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:49.675Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:50.563Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "a377b2bf-a4f8-48b2-a577-a62dd3e34e2a", "serviceDescription": "service", "serviceInvariantUUID": "e1d6c9ce-c1e3-43b5-9e5a-d7b6f729dc7f", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "b2174628-6895-4476-a6f8-299f5595ba0a", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8da39c32-b8ea-4788-9b2a-9e616ac5dc51", "resourceInvariantUUID": "3172faa9-39bc-4562-bd5b-668eac38d6b7", "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": "MjI2YWZmMGE5OThlOWRkNTFjMTI2OWE0ZDQ3Nzk3NjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "27996878-d184-4f6a-8a69-85b87932dc73", "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": "9611acb0-3fd7-499f-b395-2a56626c0c3a", "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": "288ebd98-b057-4cad-a78c-3e716a7d227a", "generatedFromUUID": "9611acb0-3fd7-499f-b395-2a56626c0c3a" }, "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": "32b9acf8-3b27-4ad7-8be9-7f5b439fbd48", "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": "288ebd98-b057-4cad-a78c-3e716a7d227a", "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": "8e7643c0-6a3e-4fa6-9e16-7e1cbad007d2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "Mjg1NDIzYTM0N2M4ZDMxNzdiOWMwMzYyMmE3NmYwY2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a425080e-ba61-47e1-8a61-942dbbeb3b5d" } ], "workloadContext": "Production" } 2022-11-22T05:07:50.563Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-22T05:07:50.563Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a377b2bf-a4f8-48b2-a577-a62dd3e34e2a ASDC 2022-11-22T05:07:50.565Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:c086e0a8-0065-435e-87b1-dde52475fb7d ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:a377b2bf-a4f8-48b2-a577-a62dd3e34e2a ServiceInvariantUUID:e1d6c9ce-c1e3-43b5-9e5a-d7b6f729dc7f 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:a425080e-ba61-47e1-8a61-942dbbeb3b5d ArtifactChecksum:Mjg1NDIzYTM0N2M4ZDMxNzdiOWMwMzYyMmE3NmYwY2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:b2174628-6895-4476-a6f8-299f5595ba0a ResourceInvariantUUID:3172faa9-39bc-4562-bd5b-668eac38d6b7 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:8da39c32-b8ea-4788-9b2a-9e616ac5dc51 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:27996878-d184-4f6a-8a69-85b87932dc73 ArtifactChecksum:MjI2YWZmMGE5OThlOWRkNTFjMTI2OWE0ZDQ3Nzk3NjQ= 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:9611acb0-3fd7-499f-b395-2a56626c0c3a 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:288ebd98-b057-4cad-a78c-3e716a7d227a 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:32b9acf8-3b27-4ad7-8be9-7f5b439fbd48 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:288ebd98-b057-4cad-a78c-3e716a7d227a 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:8e7643c0-6a3e-4fa6-9e16-7e1cbad007d2 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-22T05:07:50.565Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a377b2bf-a4f8-48b2-a577-a62dd3e34e2a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:07:50.604Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T05:07:50.606Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-22T05:07:50.606Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-22T05:07:50.606Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a425080e-ba61-47e1-8a61-942dbbeb3b5d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-22T05:07:50.606Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-22T05:07:50.607Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-22T05:07:50.846Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-22T05:07:50.854Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a425080e-ba61-47e1-8a61-942dbbeb3b5d 162981 2022-11-22T05:07:50.855Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-22T05:07:50.855Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-22T05:07:50.855Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T05:07:50.856Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:50.858Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:50.858Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093670855, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:07:50.958Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:07:50.959Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:50.959Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:50.992Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:50.992Z||pool-99-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-11-22T05:07:51.859Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T05:07:51.860Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-22T05:07:51.862Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a425080e-ba61-47e1-8a61-942dbbeb3b5d, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-22T05:07:51.862Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-22T05:07:51.863Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-22T05:07:51.863Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-22T05:07:52.057Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1929054599151631025/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-22T05:07:53.285Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-22T05:07:53.286Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-22T05:07:53.286Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-22T05:07:53.286Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-22T05:07:53.286Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-22T05:07:53.286Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-22T05:07:53.286Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-22T05:07:53.286Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-22T05:07:53.286Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-22T05:07:53.286Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.287Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:53.287Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-22T05:07:53.287Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-22T05:07:53.287Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T05:07:53.288Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.288Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:53.288Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-22T05:07:53.288Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-22T05:07:53.288Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T05:07:53.288Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.288Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:53.289Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.289Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-22T05:07:53.289Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-22T05:07:53.289Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-22T05:07:53.289Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-22T05:07:53.289Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.289Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-22T05:07:53.290Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.290Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-22T05:07:53.290Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T05:07:53.290Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.290Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-22T05:07:53.290Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T05:07:53.291Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.291Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-22T05:07:53.291Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T05:07:53.291Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.291Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-22T05:07:53.291Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T05:07:53.291Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.292Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-22T05:07:53.292Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-22T05:07:53.292Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=17295707-b0e6-4cb7-add9-97303720d9f2 2022-11-22T05:07:53.292Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.292Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:53.292Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.292Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:53.293Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.293Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:53.293Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:53.293Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:53.293Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:a377b2bf-a4f8-48b2-a577-a62dd3e34e2a Model Version:NULL Model InvariantUuid:e1d6c9ce-c1e3-43b5-9e5a-d7b6f729dc7f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:2e699e20-58cf-45cc-bb6f-efff43534958 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3172faa9-39bc-4562-bd5b-668eac38d6b7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b2174628-6895-4476-a6f8-299f5595ba0a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e850896b-4366-4ae0-adf5-cb83b0551d1c ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:1d5fb310-3f7c-4e0f-8f08-2733477c25e2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:1f518154-06cc-421a-b111-4a5120533fef ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:c62dc964-96db-436c-88a1-20c552c0e77d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:17295707-b0e6-4cb7-add9-97303720d9f2 ModelInvariantUuid:b8742b84-06a7-4ba9-9c82-d52f6adb2032 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:eba2ab57-6870-412b-9bec-2b4fac1abe53 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:5bd9f035-0865-4758-a293-779322805ef5 ModelInvariantUuid:fe2b0995-9692-46a1-9615-fb2685ad9f96 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:2b7b9614-3d2b-487e-9f33-4feb0710405c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-22T05:07:53.299Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8da39c32-b8ea-4788-9b2a-9e616ac5dc51 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T05:07:53.304Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-11-22T05:07:53.304Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8da39c32-b8ea-4788-9b2a-9e616ac5dc51 2022-11-22T05:07:53.304Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 27996878-d184-4f6a-8a69-85b87932dc73 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-22T05:07:53.304Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-22T05:07:53.305Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-22T05:07:53.621Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-22T05:07:53.621Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 27996878-d184-4f6a-8a69-85b87932dc73 1565 2022-11-22T05:07:53.622Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-22T05:07:53.622Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-22T05:07:53.622Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T05:07:53.622Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:53.624Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:53.624Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093673622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T05:07:53.724Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:07:53.726Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:53.726Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:53.737Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:53.737Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:54.625Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "1f518154-06cc-421a-b111-4a5120533fef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c62dc964-96db-436c-88a1-20c552c0e77d", "vfModuleModelCustomizationUUID": "3114b3f0-0338-49f5-9133-cee935b961d6", "isBase": true, "artifacts": [ "9611acb0-3fd7-499f-b395-2a56626c0c3a", "288ebd98-b057-4cad-a78c-3e716a7d227a" ], "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": "e850896b-4366-4ae0-adf5-cb83b0551d1c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1d5fb310-3f7c-4e0f-8f08-2733477c25e2", "vfModuleModelCustomizationUUID": "964a37cc-c9e2-4b34-94b2-e297b1c4a1f9", "isBase": false, "artifacts": [ "8e7643c0-6a3e-4fa6-9e16-7e1cbad007d2" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-22T05:07:54.630Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c62dc964-96db-436c-88a1-20c552c0e77d VfModuleModelInvariantUUID:1f518154-06cc-421a-b111-4a5120533fef VfModuleModelDescription:NULL Artifacts UUID List:{ 9611acb0-3fd7-499f-b395-2a56626c0c3a , 288ebd98-b057-4cad-a78c-3e716a7d227a } 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:1d5fb310-3f7c-4e0f-8f08-2733477c25e2 VfModuleModelInvariantUUID:e850896b-4366-4ae0-adf5-cb83b0551d1c VfModuleModelDescription:NULL Artifacts UUID List:{ 8e7643c0-6a3e-4fa6-9e16-7e1cbad007d2 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-22T05:07:54.632Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "1f518154-06cc-421a-b111-4a5120533fef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c62dc964-96db-436c-88a1-20c552c0e77d", "vfModuleModelCustomizationUUID": "3114b3f0-0338-49f5-9133-cee935b961d6", "isBase": true, "artifacts": [ "9611acb0-3fd7-499f-b395-2a56626c0c3a", "288ebd98-b057-4cad-a78c-3e716a7d227a" ], "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": "e850896b-4366-4ae0-adf5-cb83b0551d1c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1d5fb310-3f7c-4e0f-8f08-2733477c25e2", "vfModuleModelCustomizationUUID": "964a37cc-c9e2-4b34-94b2-e297b1c4a1f9", "isBase": false, "artifacts": [ "8e7643c0-6a3e-4fa6-9e16-7e1cbad007d2" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-22T05:07:54.632Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c62dc964-96db-436c-88a1-20c552c0e77d VfModuleModelInvariantUUID:1f518154-06cc-421a-b111-4a5120533fef VfModuleModelDescription:NULL Artifacts UUID List:{ 9611acb0-3fd7-499f-b395-2a56626c0c3a , 288ebd98-b057-4cad-a78c-3e716a7d227a } 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:1d5fb310-3f7c-4e0f-8f08-2733477c25e2 VfModuleModelInvariantUUID:e850896b-4366-4ae0-adf5-cb83b0551d1c VfModuleModelDescription:NULL Artifacts UUID List:{ 8e7643c0-6a3e-4fa6-9e16-7e1cbad007d2 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-22T05:07:54.632Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9611acb0-3fd7-499f-b395-2a56626c0c3a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-22T05:07:54.632Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-22T05:07:54.633Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-22T05:07:54.821Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-22T05:07:54.821Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 9611acb0-3fd7-499f-b395-2a56626c0c3a 914 2022-11-22T05:07:54.822Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-22T05:07:54.822Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-22T05:07:54.822Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T05:07:54.822Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:54.825Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:54.825Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093674821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T05:07:54.925Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:07:54.926Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:54.926Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:54.938Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:54.939Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:55.826Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 32b9acf8-3b27-4ad7-8be9-7f5b439fbd48 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-22T05:07:55.830Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-22T05:07:55.831Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-22T05:07:55.971Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-22T05:07:55.972Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 32b9acf8-3b27-4ad7-8be9-7f5b439fbd48 12 2022-11-22T05:07:55.972Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-22T05:07:55.972Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-22T05:07:55.972Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T05:07:55.973Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:55.975Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:55.975Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093675972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-22T05:07:56.075Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:07:56.076Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:56.076Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:56.086Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:56.087Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:56.976Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 288ebd98-b057-4cad-a78c-3e716a7d227a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-22T05:07:56.977Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-22T05:07:56.977Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-22T05:07:57.304Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-22T05:07:57.305Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 288ebd98-b057-4cad-a78c-3e716a7d227a 96 2022-11-22T05:07:57.305Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-22T05:07:57.306Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-22T05:07:57.306Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T05:07:57.306Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:57.308Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:57.308Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093677305, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-22T05:07:57.409Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:07:57.409Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:57.410Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:57.420Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:57.421Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:58.309Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8e7643c0-6a3e-4fa6-9e16-7e1cbad007d2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-22T05:07:58.310Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-22T05:07:58.310Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-22T05:07:58.489Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-22T05:07:58.489Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 8e7643c0-6a3e-4fa6-9e16-7e1cbad007d2 20206 2022-11-22T05:07:58.490Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-22T05:07:58.490Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-22T05:07:58.490Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T05:07:58.490Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:58.492Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:58.492Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093678490, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-22T05:07:58.592Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:07:58.593Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:58.593Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:58.604Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:58.604Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:07:59.496Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a377b2bf-a4f8-48b2-a577-a62dd3e34e2a 2022-11-22T05:07:59.497Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 8da39c32-b8ea-4788-9b2a-9e616ac5dc51 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T05:07:59.519Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25679059, org.onap.sdc.toscaparser.api.parameters.Input@34516b06, org.onap.sdc.toscaparser.api.parameters.Input@295176a6, org.onap.sdc.toscaparser.api.parameters.Input@2d12865c, org.onap.sdc.toscaparser.api.parameters.Input@34ee3eff] 2022-11-22T05:07:59.520Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:59.521Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:59.521Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-22T05:07:59.521Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b2174628-6895-4476-a6f8-299f5595ba0a 2022-11-22T05:07:59.521Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2174628-6895-4476-a6f8-299f5595ba0a matches Tosca VF Customization UUID: b2174628-6895-4476-a6f8-299f5595ba0a 2022-11-22T05:07:59.521Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b2174628-6895-4476-a6f8-299f5595ba0a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-22T05:07:59.524Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:59.524Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:59.524Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b2174628-6895-4476-a6f8-299f5595ba0a: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-11-22T05:07:59.524Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10878abd 2022-11-22T05:07:59.525Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:59.525Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-22T05:07:59.525Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 964a37cc-c9e2-4b34-94b2-e297b1c4a1f9 2022-11-22T05:07:59.525Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 964a37cc-c9e2-4b34-94b2-e297b1c4a1f9 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-22T05:07:59.527Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:59.527Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-22T05:07:59.528Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T05:07:59.528Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:59.528Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-22T05:07:59.529Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T05:07:59.529Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:59.529Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-22T05:07:59.529Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b2174628-6895-4476-a6f8-299f5595ba0a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T05:07:59.533Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:59.533Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:59.533Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a377b2bf-a4f8-48b2-a577-a62dd3e34e2a: basic_cnf_macro 2022-11-22T05:07:59.534Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:59.534Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:59.534Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:59.534Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:59.534Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:59.535Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:59.535Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:59.535Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:59.535Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:07:59.535Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:07:59.535Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:07:59.583Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 8da39c32-b8ea-4788-9b2a-9e616ac5dc51 2 ASDC deployResourceStructure 2022-11-22T05:07:59.583Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-22T05:07:59.583Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-22T05:07:59.584Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T05:07:59.584Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:07:59.586Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:07:59.586Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093679583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T05:07:59.687Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-22T05:07:59.688Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:07:59.688Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:07:59.702Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:07:59.703Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:08:00.590Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-22T05:08:00.602Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-22T05:08:00.602Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T05:08:00.602Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:08:00.612Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:08:00.613Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093680590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-22T05:08:00.704Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-11-22T05:08:00.705Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:08:00.705Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:08:00.716Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:08:00.716Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:08:01.614Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-22T05:08:01.614Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-22T05:08:01.616Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-22T05:08:01.616Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:08:01.619Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:08:01.619Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093681614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-22T05:08:01.720Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-22T05:08:01.721Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:08:01.721Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:08:01.735Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:08:01.736Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:08:02.620Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-22T05:08:02.620Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-22T05:08:02.620Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T05:08:02.620Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:08:02.623Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:08:02.623Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093682620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-22T05:08:02.722Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:08:02.723Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:08:02.723Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:08:02.734Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:08:02.734Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:08:03.624Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-22T05:08:03.624Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-22T05:08:03.624Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-22T05:08:03.624Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:08:03.626Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:08:03.626Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093683624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-22T05:08:03.726Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:08:03.727Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:08:03.727Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:08:03.765Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:08:03.766Z||pool-109-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:08:04.627Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-22T05:08:04.627Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-22T05:08:04.627Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T05:08:04.628Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:08:04.629Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:08:04.629Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093684627, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T05:08:04.729Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:08:04.730Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:08:04.730Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:08:04.741Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:08:04.741Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-22T05:08:05.630Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:08:05.641Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:08:05.643Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T05:08:05.643Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T05:08:05.643Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T05:08:35.644Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:08:35.662Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:08:35.664Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T05:08:35.664Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T05:08:35.664Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T05:08:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:08:39.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:08:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:08:39.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:08:39.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-22T05:08:39.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093659066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:08:39.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-22T05:09:05.665Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:09:05.687Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:09:05.690Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T05:09:05.690Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T05:09:05.690Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T05:09:35.690Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:09:35.703Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:09:35.705Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T05:09:35.705Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T05:09:35.705Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T05:09:39.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:09:39.846Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:09:39.846Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:09:39.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:09:39.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:09:39.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "ves-openapi-manager", "timestamp": 1669093657480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:09:39.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:05.705Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:10:05.722Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:10:05.724Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T05:10:05.724Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T05:10:05.724Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T05:10:35.725Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:10:35.736Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:10:35.738Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T05:10:35.738Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-22T05:10:35.738Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-22T05:10:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:10:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:10:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:10:39.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:10:39.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "cds", "timestamp": 1669093644126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093647576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093659066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-22T05:10:39.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "ves-openapi-manager", "timestamp": 1669093657480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "cds", "timestamp": 1669093644126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:10:39.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093647576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:10:39.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-22T05:10:39.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093659066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-22T05:10:39.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "ves-openapi-manager", "timestamp": 1669093657480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093662331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.920Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-22T05:10:39.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "cds", "timestamp": 1669093662820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.920Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093659066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "ves-openapi-manager", "timestamp": 1669093657480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093659066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-22T05:10:39.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "ves-openapi-manager", "timestamp": 1669093657480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-22T05:10:39.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093659066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-22T05:10:39.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "ves-openapi-manager", "timestamp": 1669093657480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "cds", "timestamp": 1669093665733, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:10:39.931Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c086e0a8-0065-435e-87b1-dde52475fb7d 2022-11-22T05:10:39.932Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c086e0a8-0065-435e-87b1-dde52475fb7d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:10:39.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-22T05:10:39.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093659066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-22T05:10:39.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "ves-openapi-manager", "timestamp": 1669093657480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-22T05:10:39.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093659066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "ves-openapi-manager", "timestamp": 1669093657480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093667377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093659066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093667698, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T05:10:39.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093667377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093659066, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:10:39.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093668715, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:10:39.955Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c086e0a8-0065-435e-87b1-dde52475fb7d 2022-11-22T05:10:39.955Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c086e0a8-0065-435e-87b1-dde52475fb7d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:10:39.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093659839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:10:39.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093667377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093670133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093667377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093670855, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093671400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093667377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093672547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093667377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093673622, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093667377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093673762, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093667377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093674821, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093674835, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:10:39.979Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c086e0a8-0065-435e-87b1-dde52475fb7d 2022-11-22T05:10:39.979Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c086e0a8-0065-435e-87b1-dde52475fb7d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:10:39.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093667377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:39.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "multicloud-k8s-id", "timestamp": 1669093675839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T05:10:39.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093675972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093667377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:10:39.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:39.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093677305, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093678478, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093678490, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:39.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093679583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T05:10:39.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093680590, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-22T05:10:39.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093681614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-22T05:10:39.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093682620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-22T05:10:39.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093683624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-22T05:10:39.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093684627, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T05:10:39.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093687052, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T05:10:39.993Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:39.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:39.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "aai-ml", "timestamp": 1669093688055, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:10:39.997Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c086e0a8-0065-435e-87b1-dde52475fb7d 2022-11-22T05:10:39.998Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c086e0a8-0065-435e-87b1-dde52475fb7d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:10:40.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093679066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "cds", "timestamp": 1669093689126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093679066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-22T05:10:40.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "cds", "timestamp": 1669093689126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093679066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-22T05:10:40.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "cds", "timestamp": 1669093689126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093679066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "cds", "timestamp": 1669093689126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093679066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-22T05:10:40.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "cds", "timestamp": 1669093689126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093679066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "cds", "timestamp": 1669093689126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093679066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "cds", "timestamp": 1669093689126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093679066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:10:40.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "cds", "timestamp": 1669093689126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:10:40.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093697445, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:40.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:40.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "aai-ml", "timestamp": 1669093697377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "ves-openapi-manager", "timestamp": 1669093697483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "cds", "timestamp": 1669093698296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:40.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:40.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "aai-ml", "timestamp": 1669093697377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093698709, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:40.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:40.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "ves-openapi-manager", "timestamp": 1669093697483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "cds", "timestamp": 1669093699686, "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-11-22T05:10:40.027Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of deeb8fb8-0b93-4574-98d9-9885ee84d175 2022-11-22T05:10:40.027Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId deeb8fb8-0b93-4574-98d9-9885ee84d175 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:10:40.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "aai-ml", "timestamp": 1669093697377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093699879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:40.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:40.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "ves-openapi-manager", "timestamp": 1669093697483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "aai-ml", "timestamp": 1669093697377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "ves-openapi-manager", "timestamp": 1669093697483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093700913, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:10:40.044Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of deeb8fb8-0b93-4574-98d9-9885ee84d175 2022-11-22T05:10:40.045Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId deeb8fb8-0b93-4574-98d9-9885ee84d175 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:10:40.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "aai-ml", "timestamp": 1669093697377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "ves-openapi-manager", "timestamp": 1669093697483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "multicloud-k8s-id", "timestamp": 1669093701917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T05:10:40.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:40.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "aai-ml", "timestamp": 1669093697377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "ves-openapi-manager", "timestamp": 1669093697483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "aai-ml", "timestamp": 1669093697377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "ves-openapi-manager", "timestamp": 1669093697483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "aai-ml", "timestamp": 1669093697377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:10:40.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "ves-openapi-manager", "timestamp": 1669093697483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "aai-ml", "timestamp": 1669093706287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:40.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:40.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093707603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093707603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093707603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093707603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093707603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093707603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "aai-ml", "timestamp": 1669093714283, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T05:10:40.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:10:40.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093707603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:10:40.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "aai-ml", "timestamp": 1669093715286, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:10:40.062Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of deeb8fb8-0b93-4574-98d9-9885ee84d175 2022-11-22T05:10:40.062Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId deeb8fb8-0b93-4574-98d9-9885ee84d175 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:10:40.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093707603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:10:40.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:10:40.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:10:40.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093716888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:10:40.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:11:05.739Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:11:05.748Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:11:05.750Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T05:11:05.750Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-22T05:11:05.750Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-22T05:11:05.751Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-22T05:11:05.751Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:11:05.751Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:11:05.751Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:11:05.751Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:11:05.751Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:11:05.751Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:11:05.757Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-22T05:11:35.757Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c086e0a8-0065-435e-87b1-dde52475fb7d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-22T05:11:35.763Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c086e0a8-0065-435e-87b1-dde52475fb7d and serviceModelVersionId: a377b2bf-a4f8-48b2-a577-a62dd3e34e2a 2022-11-22T05:11:35.763Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1d6c9ce-c1e3-43b5-9e5a-d7b6f729dc7f 2022-11-22T05:11:35.764Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1d6c9ce-c1e3-43b5-9e5a-d7b6f729dc7f/model-vers/model-ver/a377b2bf-a4f8-48b2-a577-a62dd3e34e2a?depth=0 2022-11-22T05:11:35.772Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-22T05:11:35.830Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1d6c9ce-c1e3-43b5-9e5a-d7b6f729dc7f/model-vers/model-ver/a377b2bf-a4f8-48b2-a577-a62dd3e34e2a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-22T05:11:35.832Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1d6c9ce-c1e3-43b5-9e5a-d7b6f729dc7f/model-vers/model-ver/a377b2bf-a4f8-48b2-a577-a62dd3e34e2a?depth=0|INFO|500||Invoke 2022-11-22T05:11:35.864Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1d6c9ce-c1e3-43b5-9e5a-d7b6f729dc7f/model-vers/model-ver/a377b2bf-a4f8-48b2-a577-a62dd3e34e2a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-22T05:11:36.144Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1d6c9ce-c1e3-43b5-9e5a-d7b6f729dc7f/model-vers/model-ver/a377b2bf-a4f8-48b2-a577-a62dd3e34e2a?depth=0|INFO|500||InvokeReturn 2022-11-22T05:11:36.144Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1d6c9ce-c1e3-43b5-9e5a-d7b6f729dc7f/model-vers/model-ver/a377b2bf-a4f8-48b2-a577-a62dd3e34e2a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221122-05:11:36:779-89070], vertex-id=[205008], Content-Length=[0], Date=[Tue, 22 Nov 2022 05:11:36 GMT], Content-Type=[application/json]} 2022-11-22T05:11:36.145Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-22T05:11:36.146Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-22T05:11:36.146Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T05:11:36.151Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-22T05:11:36.151Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c086e0a8-0065-435e-87b1-dde52475fb7d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-22T05:11:36.152Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-22T05:11:36.152Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:36.155Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:36.155Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093896151, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T05:11:36.255Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:11:36.256Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:36.256Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:36.273Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:36.273Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T05:11:37.167Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:11:37.167Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:11:37.167Z|c086e0a8-0065-435e-87b1-dde52475fb7d|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:11:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:11:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:39.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:39.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:11:39.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093724828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T05:11:39.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:11:39.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:11:39.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093725838, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:11:39.938Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of deeb8fb8-0b93-4574-98d9-9885ee84d175 2022-11-22T05:11:39.938Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId deeb8fb8-0b93-4574-98d9-9885ee84d175 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:11:42.517Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:42.518Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T05:11:42.518Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"deeb8fb8-0b93-4574-98d9-9885ee84d175","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"79eecc69-e87d-4c48-a531-7af6b61e5019","serviceDescription":"service","serviceInvariantUUID":"3945ba18-5264-4ade-be6d-350b8a439d97","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f54e31c6-bfbd-4de6-8c99-bd69826fdcad","resourceInvariantUUID":"4f73fca6-5784-4616-a293-3cbaa23f4a76","resourceCustomizationUUID":"376c44a0-7e65-44fb-a5fe-efda8f48c164","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":"YTg0Y2JiMzY0N2FkNGJjYzgzNGEzODM2MWY1MTAzOWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d237ceac-6493-4936-bd5a-577a753f6a01","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":"MWQ0MGY2ZDE1MGY4NjRhYjdjMDE1YzYwOGRjNDU1ZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e770dee-01ea-4885-9b50-c6d6ed3c37a7","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":"4f73c72e-b1bd-45de-9cb3-da0af52be868","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":"268fe997-0a1b-4481-a04e-6517bc0d3563","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":"325983d6-9f73-4bd5-80a7-0ced54f4e170","artifactVersion":"2","generatedFromUUID":"4f73c72e-b1bd-45de-9cb3-da0af52be868"},{"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":"MzUwM2VlZTc2YTM0Mjg5ZmMyOThjNjM5ODVlOTVjN2E\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9a90034f-de95-45c8-98fc-a8ed55cf0ec6","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":"OTA3OTkzYzAzOTI3YmRkMDdjYjdjOTIyZDI5ZDM5YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"72bea5bf-c88b-41d8-a42d-89917be7b85c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDhiMWRmOWRjNDE2ODM3ZTM2MjExN2FmMTYzOTY2OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c82202d-876a-4833-91e1-e02f85d34726","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-22T05:11:42.521Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:11:42.521Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:42.523Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:42.523Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:11:42.623Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:11:42.624Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:42.624Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:42.633Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:42.633Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:11:43.523Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:11:43.524Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:43.526Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:43.526Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-22T05:11:43.626Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:11:43.627Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:43.627Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:43.639Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:43.640Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-22T05:11:44.526Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:11:44.527Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:44.529Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:44.529Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-22T05:11:44.629Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:11:44.630Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:44.630Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:44.640Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:44.640Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:11:45.530Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:11:45.531Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:45.533Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:45.533Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:11:45.633Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:11:45.634Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:45.634Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:45.645Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:45.646Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:11:46.533Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:11:46.534Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:46.536Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:46.536Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-22T05:11:46.636Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:11:46.637Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:46.637Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:46.647Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:46.647Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:11:47.537Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:11:47.537Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:47.539Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:47.539Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:11:47.639Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-22T05:11:47.640Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:47.640Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:47.650Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:47.651Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-22T05:11:48.540Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:11:48.541Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:48.543Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:48.543Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:11:48.643Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:11:48.644Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:48.644Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:48.656Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:48.657Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:11:49.543Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:11:49.544Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:49.546Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:49.546Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:11:49.646Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:11:49.647Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:49.647Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:49.657Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:49.658Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:11:50.547Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "79eecc69-e87d-4c48-a531-7af6b61e5019", "serviceDescription": "service", "serviceInvariantUUID": "3945ba18-5264-4ade-be6d-350b8a439d97", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "376c44a0-7e65-44fb-a5fe-efda8f48c164", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f54e31c6-bfbd-4de6-8c99-bd69826fdcad", "resourceInvariantUUID": "4f73fca6-5784-4616-a293-3cbaa23f4a76", "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": "MWQ0MGY2ZDE1MGY4NjRhYjdjMDE1YzYwOGRjNDU1ZmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9e770dee-01ea-4885-9b50-c6d6ed3c37a7", "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": "4f73c72e-b1bd-45de-9cb3-da0af52be868", "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": "325983d6-9f73-4bd5-80a7-0ced54f4e170", "generatedFromUUID": "4f73c72e-b1bd-45de-9cb3-da0af52be868" }, "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": "325983d6-9f73-4bd5-80a7-0ced54f4e170", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MDhiMWRmOWRjNDE2ODM3ZTM2MjExN2FmMTYzOTY2OTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c82202d-876a-4833-91e1-e02f85d34726" } ], "workloadContext": "Production" } 2022-11-22T05:11:50.547Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-22T05:11:50.547Z|c086e0a8-0065-435e-87b1-dde52475fb7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 79eecc69-e87d-4c48-a531-7af6b61e5019 ASDC 2022-11-22T05:11:50.549Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:deeb8fb8-0b93-4574-98d9-9885ee84d175 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:79eecc69-e87d-4c48-a531-7af6b61e5019 ServiceInvariantUUID:3945ba18-5264-4ade-be6d-350b8a439d97 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:9c82202d-876a-4833-91e1-e02f85d34726 ArtifactChecksum:MDhiMWRmOWRjNDE2ODM3ZTM2MjExN2FmMTYzOTY2OTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:376c44a0-7e65-44fb-a5fe-efda8f48c164 ResourceInvariantUUID:4f73fca6-5784-4616-a293-3cbaa23f4a76 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:f54e31c6-bfbd-4de6-8c99-bd69826fdcad 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:9e770dee-01ea-4885-9b50-c6d6ed3c37a7 ArtifactChecksum:MWQ0MGY2ZDE1MGY4NjRhYjdjMDE1YzYwOGRjNDU1ZmY= 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:4f73c72e-b1bd-45de-9cb3-da0af52be868 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:325983d6-9f73-4bd5-80a7-0ced54f4e170 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:325983d6-9f73-4bd5-80a7-0ced54f4e170 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-22T05:11:50.549Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79eecc69-e87d-4c48-a531-7af6b61e5019 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T05:11:50.586Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T05:11:50.587Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-22T05:11:50.587Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-22T05:11:50.587Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9c82202d-876a-4833-91e1-e02f85d34726 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-22T05:11:50.587Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-22T05:11:50.587Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-22T05:11:51.704Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-22T05:11:51.750Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9c82202d-876a-4833-91e1-e02f85d34726 82633 2022-11-22T05:11:51.750Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-22T05:11:51.750Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-22T05:11:51.750Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T05:11:51.750Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:51.752Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:51.752Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093911750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:11:51.852Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms 2022-11-22T05:11:51.853Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:51.853Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:51.869Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:51.869Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:11:52.769Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T05:11:52.770Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-22T05:11:52.770Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9c82202d-876a-4833-91e1-e02f85d34726, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-22T05:11:52.771Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-22T05:11:52.771Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-22T05:11:52.771Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-22T05:11:52.950Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9504812150260176850/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-11-22T05:11:54.122Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-22T05:11:54.122Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-22T05:11:54.123Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-22T05:11:54.123Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-22T05:11:54.123Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-22T05:11:54.123Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-22T05:11:54.123Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-22T05:11:54.123Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-22T05:11:54.123Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-22T05:11:54.123Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-22T05:11:54.123Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-22T05:11:54.123Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-22T05:11:54.124Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.124Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:54.124Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-22T05:11:54.124Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-22T05:11:54.125Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T05:11:54.125Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.125Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:54.125Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-22T05:11:54.125Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-22T05:11:54.125Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T05:11:54.125Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.126Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:54.126Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.126Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-22T05:11:54.126Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-22T05:11:54.126Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-22T05:11:54.126Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-22T05:11:54.127Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-22T05:11:54.127Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-22T05:11:54.127Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.127Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-22T05:11:54.127Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.127Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-22T05:11:54.127Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T05:11:54.128Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.128Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-22T05:11:54.128Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T05:11:54.128Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.128Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-22T05:11:54.128Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T05:11:54.129Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.129Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-22T05:11:54.129Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-22T05:11:54.129Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-22T05:11:54.129Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=de198160-2a12-4f3c-a974-293308657e76 2022-11-22T05:11:54.129Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.129Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:54.130Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.130Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:54.130Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.130Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:54.130Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:54.131Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:54.131Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:79eecc69-e87d-4c48-a531-7af6b61e5019 Model Version:NULL Model InvariantUuid:3945ba18-5264-4ade-be6d-350b8a439d97 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:5ee6df82-a715-4343-84ec-b352dfd28ebf Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4f73fca6-5784-4616-a293-3cbaa23f4a76 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:376c44a0-7e65-44fb-a5fe-efda8f48c164 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c96c4b4c-75ba-4370-b7ae-67b3f3742914 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:39a273da-9605-4180-92b0-8498f5ea331a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:de198160-2a12-4f3c-a974-293308657e76 ModelInvariantUuid:911ad5bd-1828-4ca6-9c76-2b98fc98e32d ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:078b4d0e-5bc9-4793-ad18-a949a7e93050 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:4223a886-5ddc-49e5-8114-fd863d768ece ModelInvariantUuid:82927190-b828-4d12-a4dd-3954259f49d6 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:e9e7576c-1ba8-41c8-969d-81bc218627f2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-22T05:11:54.140Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f54e31c6-bfbd-4de6-8c99-bd69826fdcad Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T05:11:54.145Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-11-22T05:11:54.145Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f54e31c6-bfbd-4de6-8c99-bd69826fdcad 2022-11-22T05:11:54.145Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9e770dee-01ea-4885-9b50-c6d6ed3c37a7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-22T05:11:54.145Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-22T05:11:54.145Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-22T05:11:54.355Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-22T05:11:54.355Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9e770dee-01ea-4885-9b50-c6d6ed3c37a7 792 2022-11-22T05:11:54.356Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-22T05:11:54.356Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-22T05:11:54.356Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T05:11:54.356Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:54.358Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:54.358Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093914355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T05:11:54.458Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:11:54.459Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:54.459Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:54.470Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:54.470Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:11:55.359Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c96c4b4c-75ba-4370-b7ae-67b3f3742914", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39a273da-9605-4180-92b0-8498f5ea331a", "vfModuleModelCustomizationUUID": "87486dd3-91b8-4b91-9037-3ed318aee144", "isBase": true, "artifacts": [ "4f73c72e-b1bd-45de-9cb3-da0af52be868", "325983d6-9f73-4bd5-80a7-0ced54f4e170" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-22T05:11:55.365Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39a273da-9605-4180-92b0-8498f5ea331a VfModuleModelInvariantUUID:c96c4b4c-75ba-4370-b7ae-67b3f3742914 VfModuleModelDescription:NULL Artifacts UUID List:{ 4f73c72e-b1bd-45de-9cb3-da0af52be868 , 325983d6-9f73-4bd5-80a7-0ced54f4e170 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-22T05:11:55.368Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c96c4b4c-75ba-4370-b7ae-67b3f3742914", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39a273da-9605-4180-92b0-8498f5ea331a", "vfModuleModelCustomizationUUID": "87486dd3-91b8-4b91-9037-3ed318aee144", "isBase": true, "artifacts": [ "4f73c72e-b1bd-45de-9cb3-da0af52be868", "325983d6-9f73-4bd5-80a7-0ced54f4e170" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-22T05:11:55.368Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39a273da-9605-4180-92b0-8498f5ea331a VfModuleModelInvariantUUID:c96c4b4c-75ba-4370-b7ae-67b3f3742914 VfModuleModelDescription:NULL Artifacts UUID List:{ 4f73c72e-b1bd-45de-9cb3-da0af52be868 , 325983d6-9f73-4bd5-80a7-0ced54f4e170 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-22T05:11:55.368Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4f73c72e-b1bd-45de-9cb3-da0af52be868 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-22T05:11:55.368Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-22T05:11:55.368Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-22T05:11:55.779Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-22T05:11:55.780Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4f73c72e-b1bd-45de-9cb3-da0af52be868 5033 2022-11-22T05:11:55.780Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-22T05:11:55.780Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-22T05:11:55.780Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T05:11:55.780Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:55.782Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:55.782Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093915780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T05:11:55.884Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:11:55.884Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:55.884Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:55.894Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:55.894Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:11:56.785Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 325983d6-9f73-4bd5-80a7-0ced54f4e170 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-22T05:11:56.786Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-22T05:11:56.786Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-22T05:11:57.143Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-22T05:11:57.143Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 325983d6-9f73-4bd5-80a7-0ced54f4e170 903 2022-11-22T05:11:57.143Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-22T05:11:57.143Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-22T05:11:57.143Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T05:11:57.144Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:57.145Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:57.145Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093917143, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-22T05:11:57.246Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:11:57.246Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:57.247Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:57.262Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:57.263Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-22T05:11:58.146Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 79eecc69-e87d-4c48-a531-7af6b61e5019 2022-11-22T05:11:58.147Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f54e31c6-bfbd-4de6-8c99-bd69826fdcad ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T05:11:58.158Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@393bc05b, org.onap.sdc.toscaparser.api.parameters.Input@4ca64bfc, org.onap.sdc.toscaparser.api.parameters.Input@3d2f3229, org.onap.sdc.toscaparser.api.parameters.Input@7cabaec2, org.onap.sdc.toscaparser.api.parameters.Input@1b759014] 2022-11-22T05:11:58.159Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.160Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:58.160Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-22T05:11:58.160Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 376c44a0-7e65-44fb-a5fe-efda8f48c164 2022-11-22T05:11:58.160Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 376c44a0-7e65-44fb-a5fe-efda8f48c164 matches Tosca VF Customization UUID: 376c44a0-7e65-44fb-a5fe-efda8f48c164 2022-11-22T05:11:58.160Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 376c44a0-7e65-44fb-a5fe-efda8f48c164 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-22T05:11:58.162Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.162Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:58.163Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 376c44a0-7e65-44fb-a5fe-efda8f48c164: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-11-22T05:11:58.163Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f47e8d 2022-11-22T05:11:58.163Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.164Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-22T05:11:58.164Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 87486dd3-91b8-4b91-9037-3ed318aee144 2022-11-22T05:11:58.164Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 87486dd3-91b8-4b91-9037-3ed318aee144 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-22T05:11:58.166Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.167Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-22T05:11:58.167Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T05:11:58.167Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.167Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-22T05:11:58.167Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T05:11:58.168Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.168Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-22T05:11:58.168Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-22T05:11:58.168Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-22T05:11:58.168Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=de198160-2a12-4f3c-a974-293308657e76 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-22T05:11:58.171Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.171Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-22T05:11:58.171Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-22T05:11:58.171Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.171Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-22T05:11:58.171Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=376c44a0-7e65-44fb-a5fe-efda8f48c164 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T05:11:58.174Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.174Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:58.174Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 79eecc69-e87d-4c48-a531-7af6b61e5019: basic_vm_macro 2022-11-22T05:11:58.174Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.174Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:58.176Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.176Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:58.176Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.176Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:58.177Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.177Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:58.177Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:11:58.177Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:11:58.177Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:11:58.260Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f54e31c6-bfbd-4de6-8c99-bd69826fdcad 1 ASDC deployResourceStructure 2022-11-22T05:11:58.260Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-22T05:11:58.260Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-22T05:11:58.261Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T05:11:58.261Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:58.263Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:58.263Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093918260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T05:11:58.363Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:11:58.364Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:58.364Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:58.378Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:58.378Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:11:59.264Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-22T05:11:59.264Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-22T05:11:59.264Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T05:11:59.265Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:11:59.267Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:11:59.267Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093919264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-22T05:11:59.367Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:11:59.368Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:11:59.368Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:11:59.379Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:11:59.379Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:00.268Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-22T05:12:00.268Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-22T05:12:00.268Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T05:12:00.269Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:00.271Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:00.271Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093920267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-22T05:12:00.371Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:00.372Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:00.372Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:00.382Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:00.383Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:01.272Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-22T05:12:01.272Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-22T05:12:01.273Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T05:12:01.273Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:01.285Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:01.287Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093921272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T05:12:01.377Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-11-22T05:12:01.379Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:01.379Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:01.406Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:01.409Z||pool-127-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:02.288Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: deeb8fb8-0b93-4574-98d9-9885ee84d175 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:12:02.300Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: deeb8fb8-0b93-4574-98d9-9885ee84d175 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:12:02.302Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T05:12:02.302Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-22T05:12:02.302Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-22T05:12:02.303Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-22T05:12:02.303Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:12:02.303Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:12:02.303Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:12:02.303Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:12:02.303Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:12:02.303Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:12:02.308Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-22T05:12:32.308Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: deeb8fb8-0b93-4574-98d9-9885ee84d175 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-22T05:12:32.316Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: deeb8fb8-0b93-4574-98d9-9885ee84d175 and serviceModelVersionId: 79eecc69-e87d-4c48-a531-7af6b61e5019 2022-11-22T05:12:32.316Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3945ba18-5264-4ade-be6d-350b8a439d97 2022-11-22T05:12:32.317Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3945ba18-5264-4ade-be6d-350b8a439d97/model-vers/model-ver/79eecc69-e87d-4c48-a531-7af6b61e5019?depth=0 2022-11-22T05:12:32.323Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-22T05:12:32.374Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3945ba18-5264-4ade-be6d-350b8a439d97/model-vers/model-ver/79eecc69-e87d-4c48-a531-7af6b61e5019?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-22T05:12:32.376Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3945ba18-5264-4ade-be6d-350b8a439d97/model-vers/model-ver/79eecc69-e87d-4c48-a531-7af6b61e5019?depth=0|INFO|500||Invoke 2022-11-22T05:12:32.435Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3945ba18-5264-4ade-be6d-350b8a439d97/model-vers/model-ver/79eecc69-e87d-4c48-a531-7af6b61e5019?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-22T05:12:32.629Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3945ba18-5264-4ade-be6d-350b8a439d97/model-vers/model-ver/79eecc69-e87d-4c48-a531-7af6b61e5019?depth=0|INFO|500||InvokeReturn 2022-11-22T05:12:32.629Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3945ba18-5264-4ade-be6d-350b8a439d97/model-vers/model-ver/79eecc69-e87d-4c48-a531-7af6b61e5019?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221122-05:12:33:351-42523], vertex-id=[278704], Content-Length=[0], Date=[Tue, 22 Nov 2022 05:12:33 GMT], Content-Type=[application/json]} 2022-11-22T05:12:32.630Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-22T05:12:32.630Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-22T05:12:32.630Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T05:12:32.634Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-22T05:12:32.635Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID deeb8fb8-0b93-4574-98d9-9885ee84d175 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-22T05:12:32.635Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-22T05:12:32.635Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:32.636Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:32.637Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093952635, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T05:12:32.737Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:32.737Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:32.737Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:32.769Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:32.770Z||pool-128-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T05:12:33.649Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T05:12:33.649Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b353544c-7520-48e2-8f8a-a710e4f0a53f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b0fceccf-5653-4962-bf9a-1bedefcf6ff3","serviceDescription":"service","serviceInvariantUUID":"1aace54f-b39c-46ee-8878-a1e0f0afcbfb","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2911de5c-658a-4e2c-9768-1d4ff437c7a2","resourceInvariantUUID":"af5e5523-edad-4dc0-bc95-508f25feb318","resourceCustomizationUUID":"94818167-da0c-4a8f-b540-e51af864493c","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":"NzU1ZTRlMDY2MmY2NjJhY2E5ZjZjMGE1YjMzY2VlOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92cb4bfe-d94c-42fa-984b-6a3addda5b7d","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":"0ef26d9e-1886-4be0-84cc-0c817b9cca4d","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":"fd8974c3-329d-4263-b56b-6d034148a64a","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":"MmY0YzQyYjlmODA3ODNiNmVlZDRlMDZhNDM5Yzg5Yzc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1cb4c1a7-3f74-48d9-b744-a85be973ad1b","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":"ea2b4bc6-2281-4d88-98c0-a8cc6630895a","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":"1ba8be29-3120-4d26-ae2a-b572b3674eb2","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":"8d8d00d3-cb29-4397-96ef-3b2c3e1db387","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":"YWYwYzU3MjVmNTVhNzNkMWIxNDQ5ZjI0NDg5YTQ3Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18997c23-45d1-4d68-9cd0-3ee0eb66daab","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjllYzQwMzk2ZTE1ZWFiYzE4MmU1MGE1NDcyNGU4MmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2fe93d9f-d363-4369-943b-8bd410081665","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-22T05:12:33.649Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:12:33.649Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:33.651Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:33.651Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:33.751Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:33.752Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:33.752Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:33.763Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:33.763Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:34.651Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:12:34.652Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:34.654Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:34.654Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:34.754Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:34.755Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:34.755Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:34.766Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:34.766Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:35.655Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:12:35.655Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:35.657Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:35.657Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:35.757Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:35.758Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:35.758Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:35.768Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:35.768Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-22T05:12:36.658Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:12:36.659Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:36.660Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:36.660Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:36.760Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:36.761Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:36.761Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:36.772Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:36.772Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:37.661Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:12:37.661Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:37.663Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:37.663Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:37.763Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:37.764Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:37.764Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:37.775Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:37.776Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:38.663Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:12:38.664Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:38.666Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:38.666Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:38.766Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:38.767Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:38.767Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:38.776Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:38.776Z||pool-134-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:39.667Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:12:39.668Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:39.669Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:39.670Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.770Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:39.771Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:39.771Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:39.783Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:39.783Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:12:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:12:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:39.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:39.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "multicloud-k8s-id", "timestamp": 1669093779066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "cds", "timestamp": 1669093779126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "ves-openapi-manager", "timestamp": 1669093777481, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "multicloud-k8s-id", "timestamp": 1669093779066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "cds", "timestamp": 1669093779126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "ves-openapi-manager", "timestamp": 1669093777481, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "multicloud-k8s-id", "timestamp": 1669093779066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "cds", "timestamp": 1669093779126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "ves-openapi-manager", "timestamp": 1669093777481, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "multicloud-k8s-id", "timestamp": 1669093779066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "cds", "timestamp": 1669093779126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "ves-openapi-manager", "timestamp": 1669093777481, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "multicloud-k8s-id", "timestamp": 1669093779066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "cds", "timestamp": 1669093779126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "ves-openapi-manager", "timestamp": 1669093777481, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "multicloud-k8s-id", "timestamp": 1669093779066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "cds", "timestamp": 1669093779126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "ves-openapi-manager", "timestamp": 1669093777481, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "multicloud-k8s-id", "timestamp": 1669093779066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "cds", "timestamp": 1669093779126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "ves-openapi-manager", "timestamp": 1669093777481, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-22T05:12:39.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "aai-ml", "timestamp": 1669093787376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "multicloud-k8s-id", "timestamp": 1669093779066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "cds", "timestamp": 1669093779126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "ves-openapi-manager", "timestamp": 1669093777481, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "aai-ml", "timestamp": 1669093787376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "multicloud-k8s-id", "timestamp": 1669093779066, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:12:39.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "cds", "timestamp": 1669093779126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:12:39.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "ves-openapi-manager", "timestamp": 1669093777481, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "aai-ml", "timestamp": 1669093787376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "aai-ml", "timestamp": 1669093787376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "ves-openapi-manager", "timestamp": 1669093791884, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T05:12:39.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:12:39.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "cds", "timestamp": 1669093791905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:12:39.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:12:39.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "aai-ml", "timestamp": 1669093787376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "ves-openapi-manager", "timestamp": 1669093792913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-22T05:12:39.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:12:39.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "aai-ml", "timestamp": 1669093787376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "cds", "timestamp": 1669093793266, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:12:39.934Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b353544c-7520-48e2-8f8a-a710e4f0a53f 2022-11-22T05:12:39.934Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b353544c-7520-48e2-8f8a-a710e4f0a53f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:12:39.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "ves-openapi-manager", "timestamp": 1669093793922, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:12:39.948Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b353544c-7520-48e2-8f8a-a710e4f0a53f 2022-11-22T05:12:39.948Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b353544c-7520-48e2-8f8a-a710e4f0a53f and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:12:39.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "aai-ml", "timestamp": 1669093787376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "aai-ml", "timestamp": 1669093787376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "aai-ml", "timestamp": 1669093787376, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:12:39.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "aai-ml", "timestamp": 1669093797149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:12:39.957Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:12:39.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093797577, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093797577, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093797577, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093797577, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "aai-ml", "timestamp": 1669093802542, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T05:12:39.960Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:12:39.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093797577, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "aai-ml", "timestamp": 1669093803546, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:12:39.965Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b353544c-7520-48e2-8f8a-a710e4f0a53f 2022-11-22T05:12:39.965Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b353544c-7520-48e2-8f8a-a710e4f0a53f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:12:39.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093797577, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093797577, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093797577, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:39.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093797577, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:12:39.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-22T05:12:39.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093808667, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:12:39.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:12:39.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093814163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T05:12:39.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:12:39.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:12:39.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669093815181, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:12:39.980Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b353544c-7520-48e2-8f8a-a710e4f0a53f 2022-11-22T05:12:39.981Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b353544c-7520-48e2-8f8a-a710e4f0a53f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-22T05:12:40.670Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:12:40.671Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:40.673Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:40.673Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:12:40.773Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:40.773Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:40.773Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:40.793Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:40.794Z||pool-136-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:41.674Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-22T05:12:41.674Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:41.676Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:41.676Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:12:41.776Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:41.777Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:41.777Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:41.787Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:41.787Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:42.677Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b0fceccf-5653-4962-bf9a-1bedefcf6ff3", "serviceDescription": "service", "serviceInvariantUUID": "1aace54f-b39c-46ee-8878-a1e0f0afcbfb", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "94818167-da0c-4a8f-b540-e51af864493c", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2911de5c-658a-4e2c-9768-1d4ff437c7a2", "resourceInvariantUUID": "af5e5523-edad-4dc0-bc95-508f25feb318", "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": "MjllYzQwMzk2ZTE1ZWFiYzE4MmU1MGE1NDcyNGU4MmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2fe93d9f-d363-4369-943b-8bd410081665" } ], "workloadContext": "Production" } 2022-11-22T05:12:42.677Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-22T05:12:42.677Z|deeb8fb8-0b93-4574-98d9-9885ee84d175|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0fceccf-5653-4962-bf9a-1bedefcf6ff3 ASDC 2022-11-22T05:12:42.678Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:b353544c-7520-48e2-8f8a-a710e4f0a53f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b0fceccf-5653-4962-bf9a-1bedefcf6ff3 ServiceInvariantUUID:1aace54f-b39c-46ee-8878-a1e0f0afcbfb 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:2fe93d9f-d363-4369-943b-8bd410081665 ArtifactChecksum:MjllYzQwMzk2ZTE1ZWFiYzE4MmU1MGE1NDcyNGU4MmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:94818167-da0c-4a8f-b540-e51af864493c ResourceInvariantUUID:af5e5523-edad-4dc0-bc95-508f25feb318 ResourceName:test-pnf ResourceType:PNF ResourceUUID:2911de5c-658a-4e2c-9768-1d4ff437c7a2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-22T05:12:42.678Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0fceccf-5653-4962-bf9a-1bedefcf6ff3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T05:12:42.701Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T05:12:42.702Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-22T05:12:42.702Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-22T05:12:42.702Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2fe93d9f-d363-4369-943b-8bd410081665 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-22T05:12:42.702Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-22T05:12:42.702Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-22T05:12:43.251Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-22T05:12:43.291Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2fe93d9f-d363-4369-943b-8bd410081665 110858 2022-11-22T05:12:43.291Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-22T05:12:43.291Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-22T05:12:43.291Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-22T05:12:43.291Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:43.293Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:43.293Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093963291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:12:43.393Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:43.394Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:43.394Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:43.405Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:43.405Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:44.293Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-22T05:12:44.294Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-22T05:12:44.295Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2fe93d9f-d363-4369-943b-8bd410081665, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-22T05:12:44.295Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-22T05:12:44.295Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-22T05:12:44.296Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-22T05:12:44.392Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11944277611548581373/Definitions/service-TestPnfMacro-template.yml 2022-11-22T05:12:45.170Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-22T05:12:45.170Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-22T05:12:45.170Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-22T05:12:45.170Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-22T05:12:45.170Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-22T05:12:45.170Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-22T05:12:45.171Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-22T05:12:45.171Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-22T05:12:45.171Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-22T05:12:45.171Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-22T05:12:45.171Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-22T05:12:45.171Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-22T05:12:45.171Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:12:45.171Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:12:45.171Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-22T05:12:45.171Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-22T05:12:45.172Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T05:12:45.172Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:12:45.172Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:12:45.172Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-22T05:12:45.172Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-22T05:12:45.172Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-22T05:12:45.172Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:12:45.172Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:12:45.173Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:12:45.173Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:12:45.173Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:12:45.173Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:12:45.173Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:12:45.173Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:12:45.173Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:12:45.173Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:12:45.173Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:b0fceccf-5653-4962-bf9a-1bedefcf6ff3 Model Version:NULL Model InvariantUuid:1aace54f-b39c-46ee-8878-a1e0f0afcbfb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-22T05:12:45.179Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2911de5c-658a-4e2c-9768-1d4ff437c7a2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T05:12:45.181Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-11-22T05:12:45.182Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2911de5c-658a-4e2c-9768-1d4ff437c7a2 2022-11-22T05:12:45.182Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b0fceccf-5653-4962-bf9a-1bedefcf6ff3 2022-11-22T05:12:45.182Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b0fceccf-5653-4962-bf9a-1bedefcf6ff3 2022-11-22T05:12:45.182Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 2911de5c-658a-4e2c-9768-1d4ff437c7a2 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T05:12:45.185Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fade721, org.onap.sdc.toscaparser.api.parameters.Input@6b6d11d, org.onap.sdc.toscaparser.api.parameters.Input@5157af98, org.onap.sdc.toscaparser.api.parameters.Input@26e92fb2, org.onap.sdc.toscaparser.api.parameters.Input@6dd40a1] 2022-11-22T05:12:45.185Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:12:45.186Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:12:45.186Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b0fceccf-5653-4962-bf9a-1bedefcf6ff3: test-pnf 2022-11-22T05:12:45.186Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||Processing PNF resource: 2911de5c-658a-4e2c-9768-1d4ff437c7a2 2022-11-22T05:12:45.186Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-22T05:12:45.186Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-22T05:12:45.186Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||Resource customization UUID: 94818167-da0c-4a8f-b540-e51af864493c is the same as notified resource customizationUUID: 94818167-da0c-4a8f-b540-e51af864493c Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-22T05:12:45.225Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 2911de5c-658a-4e2c-9768-1d4ff437c7a2 0 ASDC deployResourceStructure 2022-11-22T05:12:45.226Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-22T05:12:45.226Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-22T05:12:45.226Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-22T05:12:45.226Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:12:45.228Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:12:45.228Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093965225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T05:12:45.328Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:12:45.329Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:12:45.329Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:12:45.400Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:12:45.400Z||pool-139-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} 2022-11-22T05:12:46.228Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b353544c-7520-48e2-8f8a-a710e4f0a53f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:12:47.077Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b353544c-7520-48e2-8f8a-a710e4f0a53f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-22T05:12:47.079Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-22T05:12:47.079Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-22T05:12:47.080Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-22T05:12:47.080Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-22T05:12:47.080Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:12:47.080Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:12:47.080Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:12:47.080Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:12:47.080Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-22T05:12:47.080Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-22T05:12:47.084Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-22T05:13:17.085Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b353544c-7520-48e2-8f8a-a710e4f0a53f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-22T05:13:17.091Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b353544c-7520-48e2-8f8a-a710e4f0a53f and serviceModelVersionId: b0fceccf-5653-4962-bf9a-1bedefcf6ff3 2022-11-22T05:13:17.091Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1aace54f-b39c-46ee-8878-a1e0f0afcbfb 2022-11-22T05:13:17.092Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1aace54f-b39c-46ee-8878-a1e0f0afcbfb/model-vers/model-ver/b0fceccf-5653-4962-bf9a-1bedefcf6ff3?depth=0 2022-11-22T05:13:17.095Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-22T05:13:17.143Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aace54f-b39c-46ee-8878-a1e0f0afcbfb/model-vers/model-ver/b0fceccf-5653-4962-bf9a-1bedefcf6ff3?depth=0|INFO|500||Invoke 2022-11-22T05:13:17.143Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aace54f-b39c-46ee-8878-a1e0f0afcbfb/model-vers/model-ver/b0fceccf-5653-4962-bf9a-1bedefcf6ff3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aace54f-b39c-46ee-8878-a1e0f0afcbfb/model-vers/model-ver/b0fceccf-5653-4962-bf9a-1bedefcf6ff3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b353544c-7520-48e2-8f8a-a710e4f0a53f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[475a9eb1-254a-41a7-9110-20da262bad8a], X-ECOMP-RequestID=[b353544c-7520-48e2-8f8a-a710e4f0a53f], X-TransactionId=[], X-ONAP-RequestID=[b353544c-7520-48e2-8f8a-a710e4f0a53f], Content-Type=[application/merge-patch+json]} 2022-11-22T05:13:17.165Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aace54f-b39c-46ee-8878-a1e0f0afcbfb/model-vers/model-ver/b0fceccf-5653-4962-bf9a-1bedefcf6ff3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-22T05:13:17.334Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aace54f-b39c-46ee-8878-a1e0f0afcbfb/model-vers/model-ver/b0fceccf-5653-4962-bf9a-1bedefcf6ff3?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/1aace54f-b39c-46ee-8878-a1e0f0afcbfb/model-vers/model-ver/b0fceccf-5653-4962-bf9a-1bedefcf6ff3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221122-05:13:18:080-77770], vertex-id=[270416], Content-Length=[0], Date=[Tue, 22 Nov 2022 05:13:18 GMT], Content-Type=[application/json]} 2022-11-22T05:13:17.334Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aace54f-b39c-46ee-8878-a1e0f0afcbfb/model-vers/model-ver/b0fceccf-5653-4962-bf9a-1bedefcf6ff3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-22T05:13:17.335Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1aace54f-b39c-46ee-8878-a1e0f0afcbfb/model-vers/model-ver/b0fceccf-5653-4962-bf9a-1bedefcf6ff3?depth=0|INFO|500||InvokeReturn 2022-11-22T05:13:17.335Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-22T05:13:17.336Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-22T05:13:17.342Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-22T05:13:17.342Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b353544c-7520-48e2-8f8a-a710e4f0a53f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-22T05:13:17.342Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-22T05:13:17.342Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-22T05:13:17.344Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-22T05:13:17.344Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093997342, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T05:13:17.444Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-22T05:13:17.445Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-22T05:13:17.445Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:13:17.460Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:13:17.460Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-22T05:13:18.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:13:18.358Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:13:18.358Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:13:27.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:13:27.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:13:27.909Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:13:27.909Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:13:37.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:13:37.452Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:13:37.452Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:13:37.452Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:13:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:13:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:13:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:13:39.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:13:39.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-22T05:13:39.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c086e0a8-0065-435e-87b1-dde52475fb7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093896151, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T05:13:39.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:13:46.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:13:46.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:13:46.997Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:13:46.997Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:13:56.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:13:56.535Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:13:56.535Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:13:56.536Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:14:06.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:14:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:14:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:14:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:14:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:14:39.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:14:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:14:39.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:14:39.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:14:39.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-22T05:14:39.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-22T05:14:39.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:14:39.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-22T05:14:39.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:14:39.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:14:39.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:14:39.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093911750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:14:39.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:14:39.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093914355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-22T05:14:39.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:14:39.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093915780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-22T05:14:39.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:14:39.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093917143, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-22T05:14:39.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:14:39.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093918260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-22T05:14:39.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:14:39.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093919264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-22T05:14:39.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:14:39.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093920267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-22T05:14:39.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:14:39.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093921272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T05:14:39.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:14:39.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "deeb8fb8-0b93-4574-98d9-9885ee84d175", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093952635, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T05:14:39.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:14:39.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:14:39.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-22T05:14:39.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-22T05:14:39.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-22T05:14:39.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-22T05:14:39.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:14:39.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:39.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-22T05:14:39.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-22T05:14:39.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-22T05:14:49.423Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:15:39.839Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:15:39.840Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:15:39.840Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:15:39.843Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:15:39.844Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:15:39.844Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:15:40.390Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:15:40.391Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T05:15:40.391Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-22T05:15:40.392Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-22T05:15:40.392Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T05:15:40.392Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093897167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-22T05:15:40.393Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-22T05:15:40.393Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T05:15:40.393Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093963291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-22T05:15:40.393Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:15:40.394Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T05:15:40.394Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093965225, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-22T05:15:40.394Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:15:40.395Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-22T05:15:40.395Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b353544c-7520-48e2-8f8a-a710e4f0a53f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669093997342, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-22T05:15:40.395Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-22T05:15:49.434Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:16:39.839Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:16:39.841Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:16:39.841Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:16:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:16:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:16:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:16:49.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:16:49.459Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:17:39.839Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:17:39.840Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:17:39.840Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:17:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:17:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:17:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:17:49.410Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:17:49.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:18:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:18:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:18:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:18:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:18:39.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:18:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:18:49.414Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:18:49.414Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:19:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:19:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:19:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:19:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:19:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:19:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:19:49.411Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:19:49.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:20:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:20:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:20:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:20:39.843Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:20:39.844Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:20:39.844Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:20:49.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:20:49.401Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:21:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:21:39.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:21:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:21:39.843Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:21:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:21:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:21:49.412Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:21:49.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:22:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:22:39.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:22:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:22:39.843Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:22:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:22:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:22:49.439Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:22:49.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:23:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:23:39.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:23:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:23:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:23:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:23:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:23:49.397Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:23:49.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:24:39.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:24:39.841Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:24:39.842Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:24:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:24:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:24:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:24:49.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:24:49.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:25:39.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:25:39.841Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:25:39.841Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:25:39.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:25:39.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:25:39.846Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:25:49.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:25:49.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:26:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:26:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:26:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:26:39.843Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:26:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:26:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:26:49.570Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:26:49.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:27:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:27:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:27:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:27:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:27:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:27:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:27:49.397Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:27:49.404Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:28:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:28:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:28:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:28:39.844Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:28:39.844Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:28:39.845Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:28:49.563Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:28:49.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:29:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:29:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:29:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:29:39.843Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:29:39.844Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:29:39.844Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:29:49.422Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:29:49.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:30:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:30:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:30:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:30:39.844Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:30:39.844Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:30:39.844Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:30:49.382Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:30:49.382Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:31:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:31:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:31:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:31:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:31:39.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:31:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:31:49.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:31:49.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:32:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:32:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:32:39.841Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:32:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:32:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:32:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:32:49.403Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:32:49.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:33:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:33:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:33:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:33:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:33:39.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:33:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:33:49.413Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:33:49.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:34:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:34:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:34:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:34:39.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:34:39.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:34:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:34:49.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:34:49.407Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:35:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:35:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:35:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:35:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:35:39.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:35:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:35:49.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:35:49.444Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:36:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:36:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:36:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:36:39.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:36:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:36:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:36:49.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:36:49.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:37:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:37:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:37:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:37:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:37:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:37:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:37:49.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:37:49.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:38:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:38:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:38:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:38:39.843Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:38:39.844Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:38:39.844Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:38:49.384Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:38:49.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:39:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:39:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:39:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:39:39.844Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:39:39.845Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:39:39.845Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:39:49.384Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:39:49.386Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:40:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:40:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:40:39.841Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:40:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:40:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:40:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:40:49.418Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:40:49.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:41:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:41:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:41:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:41:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:41:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:41:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:41:49.384Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:41:49.397Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:42:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:42:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:42:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:42:39.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:42:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:42:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:42:49.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:42:49.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:43:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:43:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:43:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:43:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:43:39.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:43:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:43:49.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:43:49.409Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:44:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:44:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:44:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:44:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:44:39.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:44:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:44:49.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:44:49.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:45:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:45:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:45:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:45:39.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:45:39.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:45:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:45:49.380Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:45:49.404Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:46:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:46:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:46:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:46:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:46:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:46:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:46:49.397Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:46:49.398Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:47:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:47:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:47:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:47:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:47:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:47:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:47:49.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:47:49.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:48:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:48:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:48:39.841Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:48:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:48:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:48:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:48:49.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:48:49.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:49:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:49:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:49:39.841Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:49:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:49:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:49:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:49:49.405Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:49:49.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:50:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:50:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:50:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:50:39.844Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:50:39.844Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:50:39.844Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:50:49.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:50:49.402Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:51:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:51:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:51:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:51:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:51:39.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:51:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:51:49.385Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:51:49.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:52:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:52:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:52:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:52:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:52:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:52:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:52:49.387Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:52:49.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:53:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:53:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:53:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:53:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:53:39.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:53:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:53:49.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:53:49.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:54:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:54:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:54:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:54:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:54:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:54:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:54:49.411Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:54:49.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:55:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:55:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:55:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:55:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:55:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:55:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:55:49.388Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:55:49.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:56:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:56:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:56:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:56:39.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:56:39.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:56:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:56:49.407Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:56:49.415Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:57:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:57:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:57:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T05:57:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:57:39.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:57:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:57:49.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:57:49.391Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:58:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:58:39.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:58:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:58:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:58:39.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:58:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:58:49.410Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:58:49.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:59:39.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:59:39.839Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:59:39.839Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:59:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T05:59:39.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T05:59:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T05:59:49.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T05:59:49.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T06:00:39.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T06:00:39.840Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T06:00:39.840Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T06:00:39.843Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T06:00:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T06:00:39.844Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|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 L8BvCb53BTrhF5u4) ... 2022-11-22T06:00:49.388Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T06:00:49.398Z|c0cd5e63-0600-4607-adf0-ee2ff92eb022|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T06:01:39.839Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T06:01:39.841Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T06:01:39.841Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T06:01:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T06:01:39.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T06:01:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T06:01:49.400Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T06:01:49.400Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T06:02:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T06:02:39.840Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T06:02:39.840Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T06:02:39.843Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T06:02:39.844Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T06:02:39.844Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|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 L8BvCb53BTrhF5u4) ... 2022-11-22T06:02:49.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T06:02:49.387Z|b353544c-7520-48e2-8f8a-a710e4f0a53f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T06:03:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T06:03:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T06:03:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T06:03:39.843Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T06:03:39.844Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T06:03:39.844Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|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 L8BvCb53BTrhF5u4) ... 2022-11-22T06:03:49.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T06:03:49.393Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T06:04:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T06:04:39.839Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T06:04:39.839Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ... 2022-11-22T06:04:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-22T06:04:39.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-22T06:04:39.844Z||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 L8BvCb53BTrhF5u4) ... 2022-11-22T06:04:49.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-22T06:04:49.401Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK